Skip to content

Instantly share code, notes, and snippets.

@0rka
Last active January 28, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0rka/3d6699f616a00bed03b0971fcd6279b6 to your computer and use it in GitHub Desktop.
Save 0rka/3d6699f616a00bed03b0971fcd6279b6 to your computer and use it in GitHub Desktop.
TVGuide
type Playables []Playable
type TVGuide struct {
Company string `json:"company"`
Notices string `json:"notices"`
ID string `json:"id"`
Library Playables `json:"library"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment