Update README.md

This commit is contained in:
Eno Compton 2022-03-25 14:59:43 -06:00 committed by GitHub
parent 20bb29a0e6
commit df1d7c6940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
- [research!rsc: Go Data Structures](https://research.swtch.com/godata)
- [The Relationship Between Interfaces and Reflection](https://blog.gopheracademy.com/advent-2018/interfaces-and-reflect/)
- [When to Use Generics in Go?](https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda)
- [Tutorial: Getting Started with Generics](https://go.dev/doc/tutorial/generics)
- [An Introduction to Generics](https://go.dev/blog/intro-generics)
### Miscellaneous