Parcourir la source

Apply gofmt to PR #179

Javier Provecho Fernandez il y a 11 ans
Parent
commit
d9d83deb25
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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