StdLib

Intermediate:
https://dave.cheney.net/2019/05/07/prefer-table-driven-tests

Advanced:
https://go.dev/blog/go1.13-errors
https://pkg.go.dev/database/sql#Open
https://pkg.go.dev/context

Expert:
https://pkg.go.dev/reflect
https://dave.cheney.net/2013/10/12/how-to-use-conditional-compilation-with-the-go-build-tool
https://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go

Back