linstrom/shared/constants.go

13 lines
347 B
Go

package shared
const (
// Linstrom version
//
// TODO: Replace with "YYYY-MM-DD(.revision)" versioning
// where (.revision) is optional and only used for cases
// where multiple releases in a day are required
Version = "0.0.1 pre-alpha"
// Username for the server actor
ServerActorName = "server.actor"
FeedUsernameSuffix = "-feed"
)