17
Go 1.21 Release Candidate
(go.dev)
This is a community dedicated to the go programming language.
Useful Links:
Rules:
Curious to know if
slog
will finally allow the community to settle on a standard logger. I've been using logr.Logr interface for a long time now with zap as the backend. Will be nice to at least replace zap with the slog as the underlying logging mechanism to remove at least one dependency.