9 lines
108 B
Go
Executable File
9 lines
108 B
Go
Executable File
package handlers
|
|
|
|
var isDebug bool
|
|
|
|
func init() {
|
|
isDebug = GetSocketInfoBool("Go_Shield_Server_Debug")
|
|
|
|
}
|