This commit is contained in:
Manu Mtz-Almeida
2015-06-07 04:26:30 +02:00
parent 45dd777693
commit c7d2d82d01
2 changed files with 9 additions and 9 deletions

2
gin.go
View File

@ -63,7 +63,7 @@ type (
RouteInfo struct {
Method string
Path string
Path string
}
)