d2/d2cli/watch_dev.go

8 lines
77 B
Go

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