Additional resources
- The
generate
package: https://pkg.go.dev/cmd/go/internal/generate - Generating code: https://go.dev/blog/generate
- The code of
testing
: https://go.dev/src/testing/testing.go - About
net/http/httptrace
: https://pkg.go.dev/net/http/httptrace - Profile-guided optimization in Go 1.21: https://go.dev/blog/pgo
- Govulncheck v1.0.0 is released: https://go.dev/blog/govulncheck
- The
govulncheck
tool: https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck - A
govulncheck
tutorial: https://go.dev/doc/tutorial/govulncheck - Build more secure apps with Go and Google: https://www.youtube.com/watch?v=HSt6FhsPT8c
- Introducing HTTP Tracing by Jaana Dogan: https://go.dev/blog/http-tracing
- GopherCon 2019: Dave Cheney—Two Go Programs, Three Different Profiling Techniques: https://youtu.be/nok0aYiGiYA
Join our community on Discord
Join our community’s Discord space for discussions with the authors and other...