1 //go:build dev 2 // +build dev 3 4 package d2cli 5 6 func init() { 7 devMode = true 8 } 9
View as plain text