Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created September 10, 2012 03:32
Show Gist options
  • Select an option

  • Save collinvandyck/3688688 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/3688688 to your computer and use it in GitHub Desktop.
type Config struct {
Db struct {
Name string
User string
Password string
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment