Skip to content

Instantly share code, notes, and snippets.

@tamasd
Last active December 11, 2015 21:38
Show Gist options
  • Save tamasd/4663385 to your computer and use it in GitHub Desktop.
Save tamasd/4663385 to your computer and use it in GitHub Desktop.
type BodyField struct {
Format string
Value string
}
type Node struct {
Title string
Body map[string][]BodyField
Language string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment