Skip to content

Instantly share code, notes, and snippets.

@collinglass
Created May 11, 2015 23:54
Show Gist options
  • Save collinglass/02e8affdf05b39fb3e03 to your computer and use it in GitHub Desktop.
Save collinglass/02e8affdf05b39fb3e03 to your computer and use it in GitHub Desktop.
type APIResponse struct {
Data interface{} `json:”data”`
Error string `json:”error”`
Status int `json:”status”`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment