Reorder logger.go imports

This commit is contained in:
Javier Provecho Fernandez 2015-03-08 14:19:50 +01:00
parent 1143d3c4d5
commit dc0091006b
1 changed files with 1 additions and 2 deletions

View File

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