feat: pull request generation

This commit is contained in:
2025-03-06 22:47:02 +01:00
parent 4d6459fae5
commit 367f9f9e70
28 changed files with 1918 additions and 181 deletions

View File

@ -101,7 +101,7 @@ func (f *Form) Field(name string) *Field {
}
}
return nil
panic(errors.Errorf("no form field named '%s'", name))
}
func (f *Form) Error(name string) (ValidationError, bool) {