Create and process forms with Golang! https://deblan.gitnet.page/go-form/
  • Go 91.9%
  • HTML 8.1%
Find a file
Simon Vieille b7c2ddeebf
feat: add fields (choice, checkbox, date)
feat: replace json encoding with mapstructure

feat: improve notblank constraint

feat: add mail contraint

feat: add template for fields
2025-07-17 23:11:36 +02:00
example feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
form feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
theme feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
util init 2025-07-16 16:43:26 +02:00
validation feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
.gitignore feat: improve form rendering 2025-07-16 19:04:31 +02:00
go.mod feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
go.sum feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
main.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00