Browse Source

Reorder logger.go imports

Javier Provecho Fernandez 10 years ago
parent
commit
dc0091006b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      logger.go

+ 1 - 2
logger.go

@@ -5,10 +5,9 @@
 package gin
 
 import (
+	"github.com/mattn/go-colorable"
 	"log"
 	"time"
-
-	"github.com/mattn/go-colorable"
 )
 
 var (