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

8 lines
78 B
Go

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