Skip to content

Instantly share code, notes, and snippets.

@bensonmacharia
Created May 12, 2023 22:03
Show Gist options
  • Save bensonmacharia/013e11de0da854ea4e87b3162a13ddb8 to your computer and use it in GitHub Desktop.
Save bensonmacharia/013e11de0da854ea4e87b3162a13ddb8 to your computer and use it in GitHub Desktop.
package model
type Login struct {
Username string `json:"username" binding:"required"`
Password string `json:"password" binding:"required"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment