Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Created September 16, 2017 15:41
Show Gist options
  • Save jayd3e/816028c594c8c95bf426a861404fe58d to your computer and use it in GitHub Desktop.
Save jayd3e/816028c594c8c95bf426a861404fe58d to your computer and use it in GitHub Desktop.
var (
ProductionEnvironmentType EnvironmentType = "production"
DevelopmentEnvironmentType = "development"
TestingEnvironmentType = "testing"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment