mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
11 lines
142 B
Go
11 lines
142 B
Go
// +build debug
|
|
|
|
package server
|
|
|
|
import "github.com/jcelliott/lumber"
|
|
|
|
func init() {
|
|
hotTemplateReloading = true
|
|
LogLevel = lumber.TRACE
|
|
}
|