Parcourir la source

gofmt on _example/main.go

Alexandre Viau il y a 10 ans
Parent
commit
032a0e7730
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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() {