- log: A logging wrapper around zap.
- version: Version information and metrics.
- debugutil: Utils for debugging purpose.
When using this package together with github.com/prometheus/common/log
, you may encounter panic on program initializing.
In order to workaround this issue, please just add commonlog_noautoinit
to your build tags.