yans/internal/common/const.go

7 lines
75 B
Go

package common
const (
ServerName = "YANS"
ServerVersion = "0.0.1"
)