Browse Source

fix logrus path

arthur 8 years ago
parent
commit
b724b362df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _example/logrus/main.go

+ 1 - 1
_example/logrus/main.go

@@ -1,8 +1,8 @@
 package main
 
 import (
-	"github.com/Sirupsen/logrus"
 	"github.com/mattn/go-colorable"
+	"github.com/sirupsen/logrus"
 )
 
 func main() {