diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2018-01-04 08:44:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-01-04 08:44:00 +0000 |
commit | 35fd2cc86d442dee6fa4c8adb46a6e4906a66ab3 (patch) | |
tree | cf5c057ee0aeb769c683368f1f391dacafd1d671 /core/core.go | |
parent | 8b44355205182f6042b0691fa31fb8aafcefb42d (diff) | |
parent | ac6019137d5b10d02c7acac4f63fa22091b9933d (diff) |
Merge "Fix imports for github.com/sirupsen/logrus"
Diffstat (limited to 'core/core.go')
-rw-r--r-- | core/core.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.go b/core/core.go index ab0c6bf..86cdd73 100644 --- a/core/core.go +++ b/core/core.go @@ -23,7 +23,7 @@ import ( "sync/atomic" "time" - logger "github.com/Sirupsen/logrus" + logger "github.com/sirupsen/logrus" "git.fd.io/govpp.git/adapter" "git.fd.io/govpp.git/api" |