mirror of https://github.com/sirupsen/logrus.git
Merge pull request #86 from romankonz/patch-1
Update README.md - changed conflicting imports
This commit is contained in:
commit
0ae53775f7
|
@ -6,7 +6,7 @@
|
||||||
import (
|
import (
|
||||||
"log/syslog"
|
"log/syslog"
|
||||||
"github.com/Sirupsen/logrus"
|
"github.com/Sirupsen/logrus"
|
||||||
"github.com/Sirupsen/logrus/hooks/syslog"
|
logrus_syslog "github.com/Sirupsen/logrus/hooks/syslog"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in New Issue