mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 14:04:16 +08:00
7 lines
66 B
Go
7 lines
66 B
Go
package base
|
|
|
|
const (
|
|
APP_NAME = "AnyLink"
|
|
APP_VER = "0.2.1"
|
|
)
|