Merge pull request #86 from romankonz/patch-1

Update README.md - changed conflicting imports
This commit is contained in:
Simon Eskildsen 2014-12-05 06:51:43 -05:00
commit 0ae53775f7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
import (
"log/syslog"
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/syslog"
logrus_syslog "github.com/Sirupsen/logrus/hooks/syslog"
)
func main() {
@ -17,4 +17,4 @@ func main() {
log.Hooks.Add(hook)
}
}
```
```