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