d2/watch_dev.go

9 lines
76 B
Go
Raw Normal View History

//go:build dev
// +build dev
package main
func init() {
devMode = true
}