mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-04-24 07:28:55 -05:00
7 lines
160 B
Go
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"
|