mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
db48f1291b
It's now much harder to accidentally build a release with debug or old assets.
8 lines
76 B
Go
8 lines
76 B
Go
// +build debug
|
|
|
|
package main
|
|
|
|
func init() {
|
|
hotTemplateReloading = true
|
|
}
|