Cosmetic changes

This commit is contained in:
Manu Mtz-Almeida
2015-04-07 12:27:23 +02:00
parent 3abeba82fc
commit ea962038e1
3 changed files with 10 additions and 12 deletions

View File

@ -7,7 +7,7 @@ package gin
import "log"
func IsDebugging() bool {
return gin_mode == debugCode
return ginMode == debugCode
}
func debugRoute(httpMethod, absolutePath string, handlers []HandlerFunc) {