Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created June 29, 2018 17:35
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 Cibernomadas/4a4af0364c4377a3e94a2427548b0764 to your computer and use it in GitHub Desktop.
Save Cibernomadas/4a4af0364c4377a3e94a2427548b0764 to your computer and use it in GitHub Desktop.
type EditProfile struct {
Username string `form:"username" binding:"required"`
AboutMe string `form:"about_me" binding:"required"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment