2
0

fix logrus updated package name (lowercase)

See https://github.com/sirupsen/logrus/issues/570#issuecomment-313933276
This commit is contained in:
Damir Vandic
2017-08-18 13:43:10 +02:00
parent 83f4d76e68
commit 8afa1fd332
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
// Package logrusadapter provides a logger that writes to a github.com/Sirupsen/logrus.Logger
// Package logrusadapter provides a logger that writes to a github.com/sirupsen/logrus.Logger
// log.
package logrusadapter
import (
"github.com/Sirupsen/logrus"
"github.com/jackc/pgx"
"github.com/sirupsen/logrus"
)
type Logger struct {