Skip to content

Commit

Permalink
readme: add note on casing
Browse files Browse the repository at this point in the history
  • Loading branch information
sirupsen committed May 12, 2017
1 parent 0bfa211 commit 84459f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ time="2015-03-26T01:27:38-04:00" level=fatal msg="The ice breaks!" err=&{0x20822
exit status 1
```

#### Case-sensitivity

The organization's name was changed to lower-case--and this will not be changed
back. If you are getting import conflicts due to case sensitivity, please use
the lower-case import: `github.com/sirupsen/logrus`.

#### Example

The simplest way to use Logrus is simply the package-level exported logger:
Expand Down

0 comments on commit 84459f1

Please sign in to comment.