go-shield/handlers/handlers.go

9 lines
108 B
Go
Raw Permalink Normal View History

2024-02-16 23:37:45 +02:00
package handlers
var isDebug bool
func init() {
isDebug = GetSocketInfoBool("Go_Shield_Server_Debug")
}