Skip to content

Instantly share code, notes, and snippets.

@pistarlabs
Created September 28, 2015 06:25
Show Gist options
  • Save pistarlabs/79651a89e81b8fd80d4a to your computer and use it in GitHub Desktop.
Save pistarlabs/79651a89e81b8fd80d4a to your computer and use it in GitHub Desktop.
// Get development environment configuration
cfg, err = cfg.Get("development")
if err != nil {
panic(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment