linstrom/shared/constants.go
mstar 02c2e53c51
All checks were successful
/ docker (push) Successful in 4m42s
Move server actor named to shared constant
2025-04-16 12:47:53 +02:00

12 lines
314 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"
)