mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
8 lines
76 B
Go
8 lines
76 B
Go
|
// +build debug
|
||
|
|
||
|
package main
|
||
|
|
||
|
func init() {
|
||
|
hotTemplateReloading = true
|
||
|
}
|