Explorar el Código

fix logrus path

arthur hace 8 años
padre
commit
b724b362df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {