mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-05 08:47:00 +08:00
8 lines
66 B
Go
8 lines
66 B
Go
//go:build debug
|
|
|
|
package version
|
|
|
|
func init() {
|
|
_debug = true
|
|
}
|