Skip to content

Commit

Permalink
log/level: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Mar 6, 2017
1 parent b58baec commit fadad6f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions log/level/doc.go
@@ -1,8 +1,6 @@
// Package level is an EXPERIMENTAL levelled logging package. The API will
// definitely have breaking changes and may be deleted altogether. Be warned!
//
// To use the level package, create a logger as per normal in your func main,
// and wrap it with level.NewFilter.
// Package level implements leveled logging on top of package log. To use the
// level package, create a logger as per normal in your func main, and wrap it
// with level.NewFilter.
//
// var logger log.Logger
// logger = log.NewLogfmtLogger(os.Stderr)
Expand Down

0 comments on commit fadad6f

Please sign in to comment.