Skip to content

Instantly share code, notes, and snippets.

@phuctm97
Created September 24, 2019 16:03
Show Gist options
  • Save phuctm97/46b876952e68b2d8dbc8c9f114703e0a to your computer and use it in GitHub Desktop.
Save phuctm97/46b876952e68b2d8dbc8c9f114703e0a to your computer and use it in GitHub Desktop.
Go RESTful Series
package users
// User holds a user's data.
type User struct {
Username string
Email string
FullName string
Bio string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment