Live data from Hacker News

Go libraries you need to know

threedots.tech

1–3 of 3 posts

Re: Go libraries you need to know

#3
post #2

For 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.