d2/d2cli/watch_dev.go

9 lines
77 B
Go
Raw Normal View History

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