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