Files
Gokapi/BuildVars.go
T
2021-03-19 00:10:56 +01:00

7 lines
160 B
Go

package main
// compiler sets this to true if compiled with the Docker image
var IS_DOCKER = "false"
var BUILD_TIME = "Dev Build"
var BUILDER = "Manual Build"