package config // Constants for environment. const ( // DEVELOPMENT | TEST | PRODUCTION Environment = "DEVELOPMENT" // Environment = "PRODUCTION" )