package forms type ProjectForm struct { Name string `form:"project_name" validate:"required"` Description string `form:"project_description"` }