Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Created August 31, 2015 22:09
Show Gist options
  • Save tdshipley/9d87c1c1b96b67a80053 to your computer and use it in GitHub Desktop.
Save tdshipley/9d87c1c1b96b67a80053 to your computer and use it in GitHub Desktop.
A YAML struct for Go
type Person struct {
Name string `yaml:"name"`
Age int `yaml:"age"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment