git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/log/slogx/doc.go (about) 1 // package slogx provides various helpers to wrok with the stdlib's "log/slog" package 2 // see https://pkg.go.dev/log/slog 3 // https://gist.github.com/wijayaerick/de3de10c47a79d5310968ba5ff101a19 4 // https://github.com/golang/go/issues/56345 5 // https://go.googlesource.com/proposal/+/master/design/56345-structured-logging.md 6 // https://github.com/golang/go/wiki/Resources-for-slog 7 package slogx