Created
July 3, 2021 13:46
-
-
Save subzero112233/f88b5d552161fdbbadc96dec2dd6b163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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