ソースを参照

Merge pull request #24 from magicshui/master

fix logrus path
mattn 8 年 前
コミット
165c322618
1 ファイル変更1 行追加1 行削除
  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() {