Files
tun2socks/internal/debug/debug_on.go
T

8 lines
64 B
Go

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