Skip to content

Instantly share code, notes, and snippets.

@ykyuen
Created April 8, 2019 17:59
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 ykyuen/5b653b3d938cc30b17eeed1df3870d26 to your computer and use it in GitHub Desktop.
Save ykyuen/5b653b3d938cc30b17eeed1df3870d26 to your computer and use it in GitHub Desktop.
handling-http-request-in-go-echo-framework-1-04
package model
type ExampleResponse struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Msg string `json:"msg"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment