Skip to content

Commit

Permalink
Rename "package log" to "log package" to fix godoc link handling.
Browse files Browse the repository at this point in the history
Fixes #726.
  • Loading branch information
bx2 committed Sep 17, 2018
1 parent af924e0 commit e1549de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/level/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package level implements leveled logging on top of package log. To use the
// Package level implements leveled logging on top of log package. To use the
// level package, create a logger as per normal in your func main, and wrap it
// with level.NewFilter.
//
Expand Down

0 comments on commit e1549de

Please sign in to comment.