Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 948 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 948 Bytes

Common

GoDoc Build Status Go Report Card Coverage

  • log: A logging wrapper around zap.
  • version: Version information and metrics.
  • debugutil: Utils for debugging purpose.

Caveats

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.