mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-08 14:50:59 +00:00
7 lines
75 B
Go
7 lines
75 B
Go
|
package common
|
||
|
|
||
|
const (
|
||
|
ServerName = "YANS"
|
||
|
ServerVersion = "0.0.1"
|
||
|
)
|