Browse Source

Apply gofmt to PR #179

Javier Provecho Fernandez 11 years ago
parent
commit
d9d83deb25
1 changed files with 1 additions and 2 deletions
  1. 1 2
      routergroup.go

+ 1 - 2
routergroup.go

@@ -5,10 +5,9 @@
 package gin
 
 import (
+	"github.com/julienschmidt/httprouter"
 	"net/http"
 	"path"
-
-	"github.com/julienschmidt/httprouter"
 )
 
 // Used internally to configure router, a RouterGroup is associated with a prefix