9 lines
79 B
Go
9 lines
79 B
Go
//go:build prod
|
|
// +build prod
|
|
|
|
package main
|
|
|
|
func init() {
|
|
devContent = ``
|
|
}
|