Files
tun2socks/internal/version/debug.go
2022-03-29 13:39:18 +08:00

8 lines
66 B
Go

//go:build debug
package version
func init() {
_debug = true
}