Codebase list golang-github-go-kit-kit / 8fc5e56
Rename "package log" to "log package" to fix godoc link handling. (#765) Fixes #763. 0x627832 authored 5 years ago Chris Hines committed 5 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 // Package level implements leveled logging on top of package log. To use the
1 // level package, create a logger as per normal in your func main, and wrap it
2 // with level.NewFilter.
0 // Package level implements leveled logging on top of Go kit's log package. To
1 // use the level package, create a logger as per normal in your func main, and
2 // wrap it with level.NewFilter.
33 //
44 // var logger log.Logger
55 // logger = log.NewLogfmtLogger(os.Stderr)