dndex/server/const.go

12 lines
133 B
Go

package server
const (
AuthKey = "DnDex-Auth"
UserKey = "DnDex-User"
)
var (
NewAuthKey = "New-" + AuthKey
GitCommit string
)