Go libraries you need to know
threedots.techFor logging, it's worth mentioning the structured logging library slog [0] which looks likely to be accepted for inclusion in the standard library in a future release of Go [1]
[0] https://pkg.go.dev/golang.org/x/exp/slog [1] https://github.com/golang/go/issues/56345#issuecomment-13520...
that looks like good logging library thanks for sharing.I am using klog right now but this seems better and more future proof.