mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-05 16:56:54 +08:00
Chore: minor refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//go:build debug
|
||||
|
||||
package version
|
||||
|
||||
var _debug = false
|
||||
|
||||
func Debug() bool {
|
||||
return _debug
|
||||
func init() {
|
||||
_debug = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user