mirror of
https://github.com/amnezia-vpn/amnezia-tun2socks.git
synced 2026-05-17 08:15:46 +03:00
8 lines
66 B
Go
8 lines
66 B
Go
//go:build debug
|
|
|
|
package version
|
|
|
|
func init() {
|
|
_debug = true
|
|
}
|