From a9ab54b9d5f3b2e945f9eda26ef0759f3ba3a46e Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Fri, 12 May 2017 15:09:01 -0400 Subject: [PATCH] readme: add note on casing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08dd468..b3c75cf 100644 --- a/README.md +++ b/README.md @@ -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: