d2/watch_dev.go
2022-11-30 21:16:02 -08:00

8 lines
76 B
Go

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