We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74a70d commit 48bb2c5Copy full SHA for 48bb2c5
README.md
@@ -34,6 +34,7 @@ all the examples `Run` functions sequentially in line with the table of contents
34
* [20 - Interfaces](interfaces/main.go)
35
* [21 - Struct Embedding](structembedding/main.go)
36
* [22 - Generics](generics/main.go)
37
+* [23 - Errors](errors/main.go)
38
* [34 - Timers](timers/main.go)
39
* [35 - Tickers](tickers/main.go)
40
* [36 - Worker Pools](workerpools/main.go)
0 commit comments