1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/server/debug.go
2018-05-27 21:51:33 +10:00

11 lines
142 B
Go

// +build debug
package server
import "github.com/jcelliott/lumber"
func init() {
hotTemplateReloading = true
LogLevel = lumber.TRACE
}