Selaa lähdekoodia

gofmt on _example/main.go

Alexandre Viau 10 vuotta sitten
vanhempi
commit
032a0e7730
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      _example/main.go

+ 1 - 1
_example/main.go

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