Skip to content

Commit 0e465ec

Browse files
authored
Replace 50 Shades of Go with 100 Go Mistakes (#272)
Fixes #270
1 parent 089dfe7 commit 0e465ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
3939
- [Channel Axioms](https://dave.cheney.net/2014/03/19/channel-axioms)
4040
- [Golang channels tutorial](https://guzalexander.com/2013/12/06/golang-channels-tutorial.html)
4141
- [Common Gotchas in Go](https://divan.dev/posts/avoid_gotchas/)
42-
- [50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs](https://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/)
42+
- [100 Go Mistakes and How to Avoid Them](https://100go.co)
4343
- [Slices from the ground up](https://dave.cheney.net/2018/07/12/slices-from-the-ground-up)
4444
- [6 Tips for Using Strings in Go](https://www.calhoun.io/6-tips-for-using-strings-in-go/)
4545
- [Go Defer Simplified with Practical Visuals](https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff)

0 commit comments

Comments
 (0)