Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created July 30, 2018 08:32
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 MichalZalecki/e84abc2f85130228c34980b6ac336aaa to your computer and use it in GitHub Desktop.
Save MichalZalecki/e84abc2f85130228c34980b6ac336aaa to your computer and use it in GitHub Desktop.
type Prescription struct {
Patient string `json:"patient"`
Doctor string `json:"doctor"`
Content string `json:"content"`
Expires string `json:"expires"`
FilledBy string `json:"filled_by"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment