package
0.0.70
Repository: https://github.com/advdv/stdgo.git
Documentation: pkg.go.dev

# Functions

Log returns a logger from the context or panics if none is available.
Logger requires the calling code to behave differently if the logger is not present.
MaybeLog returns a logger from the context, or a nop logger if it's not present.
WithLogger add a zap logger to the context.