Skip to content

Instantly share code, notes, and snippets.

@subzero112233
Created July 3, 2021 13:46
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 subzero112233/f88b5d552161fdbbadc96dec2dd6b163 to your computer and use it in GitHub Desktop.
Save subzero112233/f88b5d552161fdbbadc96dec2dd6b163 to your computer and use it in GitHub Desktop.
package entity
type User struct {
Address string `json:"address"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Password string `json:"password"`
Username string `json:"username"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment