1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/debug.go
Daniel Heath db48f1291b Remove unused cgo and split debug/non-debug asset builds
It's now much harder to accidentally build a release with debug or old assets.
2018-02-16 10:54:41 +11:00

8 lines
76 B
Go

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