Skip to content

Instantly share code, notes, and snippets.

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