Apply gofmt to PR #179

This commit is contained in:
Javier Provecho Fernandez 2015-01-04 02:00:19 +01:00
parent ad4d82c65c
commit d9d83deb25

View File

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