cowyo/server/debug.go

8 lines
78 B
Go

// +build debug
package server
func init() {
hotTemplateReloading = true
}