mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-15 15:46:53 +08:00
7 lines
66 B
Go
7 lines
66 B
Go
package base
|
|
|
|
const (
|
|
APP_NAME = "AnyLink"
|
|
APP_VER = "0.1.8"
|
|
)
|