go-shield/handlers/handlers.go
2024-02-16 23:37:45 +02:00

9 lines
108 B
Go
Executable File

package handlers
var isDebug bool
func init() {
isDebug = GetSocketInfoBool("Go_Shield_Server_Debug")
}