Godocs.org
I use godocs.io as an independent fork of the old godoc.org, providing Go package documentation for those of us who prefer it over pkg.go.dev.
I use the Go block profiler to analyze how much time my Go program spends waiting on blocking operations like channel sends/receives and mutex acquisitions. It helps me identify contention points.
Visit github.com →