logrus: use lower-case in comments and examples

This commit is contained in:
Simon Eskildsen
2017-05-12 15:21:58 -04:00
parent f1444e62a8
commit acfabf31db
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ func main() {
log.Hooks.Add(hook)
}
}
```
```
+3
View File
@@ -1,3 +1,6 @@
// The Test package is used for testing logrus. It is here for backwards
// compatibility from when logrus' organization was upper-case. Please use
// lower-case logrus and the `null` package instead of this one.
package test
import (