mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-06 01:07:03 +08:00
11 lines
93 B
Go
Executable File
11 lines
93 B
Go
Executable File
package constant
|
|
|
|
const (
|
|
Name = "tun2socks"
|
|
)
|
|
|
|
var (
|
|
Version string
|
|
GitCommit string
|
|
)
|