Skip to content

Instantly share code, notes, and snippets.

@dumindu
Created August 17, 2019 17:03
Show Gist options
  • Save dumindu/cdfe6d39fafd94ed3c7b363f08ba795d to your computer and use it in GitHub Desktop.
Save dumindu/cdfe6d39fafd94ed3c7b363f08ba795d to your computer and use it in GitHub Desktop.
type BookForm struct {
// ...
Author string `json:"author" form:"required,alpha_space,max=255"`
PublishedDate string `json:"published_date" form:"required,date"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment