Skip to content

Instantly share code, notes, and snippets.

@ivanauliaa
Created March 12, 2022 13:24
Show Gist options
  • Save ivanauliaa/0830ad879baf39dd68238aedc7b648b0 to your computer and use it in GitHub Desktop.
Save ivanauliaa/0830ad879baf39dd68238aedc7b648b0 to your computer and use it in GitHub Desktop.
Go JSON Response Formatter
type ResponseFormatter struct {
Status int32 `json:"status"`
Message string `json:"message"`
Data interface{} `json:"data"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment