More middleware unit test, starting to look really good

This commit is contained in:
Torkel Ödegaard
2015-05-01 22:26:16 +02:00
parent cb8110cd48
commit f416e2d1ac
2 changed files with 79 additions and 15 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ type CommandLineArgs struct {
func init() {
IsWindows = runtime.GOOS == "windows"
//log.NewLogger(0, "console", `{"level": 0}`)
log.NewLogger(0, "console", `{"level": 0}`)
}
func parseAppUrlAndSubUrl(section *ini.Section) (string, string) {