package config // Basic Information const ( Project = "chronical" Description = "Chronical Snowflake ID Service" Authors = "https://git.anomalous.dev/57_Wolve/chronical" ) var ( Version string Build string SentryDSN string WorkerID int Epoch int )