forked from mirror/gin
Apply gofmt to PR #179
This commit is contained in:
parent
ad4d82c65c
commit
d9d83deb25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue