package dbModel type ExampleForm struct { Name string `json:"name"`}
package dbModel
type ExampleForm struct {
Name string `json:"name"`
}