8 lines
76 B
Go
8 lines
76 B
Go
//go:build dev
|
|
// +build dev
|
|
|
|
package main
|
|
|
|
func init() {
|
|
devMode = true
|
|
}
|