mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-18 22:54:50 +08:00
9 lines
84 B
Go
Executable File
9 lines
84 B
Go
Executable File
package constant
|
|
|
|
const Name = "tun2socks"
|
|
|
|
var (
|
|
Version = ""
|
|
BuildTime = ""
|
|
)
|