This commit is contained in:
Gregory Eremin 2018-07-03 20:34:04 +02:00
parent 993153693a
commit 9b845584ed

View File

@ -3,7 +3,7 @@ package log
import ( import (
"context" "context"
"github.com/lytics/logrus" "github.com/sirupsen/logrus"
) )
// Logger is a Logrus logger used by the package. // Logger is a Logrus logger used by the package.