mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-10 22:56:11 +08:00
7 lines
66 B
Go
7 lines
66 B
Go
package base
|
|
|
|
const (
|
|
APP_NAME = "AnyLink"
|
|
APP_VER = "0.0.5"
|
|
)
|