slope/noGuiStatic.go

8 lines
99 B
Go

//+build !gui,!all
package main
const guiIsOn = false
var guiUsageStrings = map[string]string{}