Skip to content

Commit fe88bcd

Browse files
committedFeb 15, 2022
gMerge branch 'master' of github.com:jonasbn/til
1 parent bde1d77 commit fe88bcd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎go/learn_go.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,13 @@ I will continue my journey and added more TILs on different aspects of Go progra
196196
1. [Effective Go][gohowto]
197197
1. [Go go-to guide](https://yourbasic.org/golang/)
198198
1. [Official Go Website][goorg]
199+
1. [Idiomatic Go](https://dmitri.shuralyov.com/idiomatic-go)
199200

200201
1. [Go Developer Roadmap 2020][godevroadmap2020]
201-
7. [Algorithms with Go][algo]
202-
8. [Go Standard Packages][gostdpkg]
202+
1. [Algorithms with Go][algo]
203+
1. [Go Standard Packages][gostdpkg]
203204

204-
9. [StackOverflow: "Go: Meaning of the 'fmt' package acronym"](https://stackoverflow.com/questions/23597165/go-meaning-of-the-fmt-package-acronym)
205+
1. [StackOverflow: "Go: Meaning of the 'fmt' package acronym"](https://stackoverflow.com/questions/23597165/go-meaning-of-the-fmt-package-acronym)
205206

206207
[goorg]: https://golang.org/
207208
[gotour]: https://tour.golang.org/welcome/1

0 commit comments

Comments
 (0)
Please sign in to comment.