I can now submit a form and store it in the database.

This commit is contained in:
Zed A. Shaw 2025-06-03 23:25:29 -04:00
parent eaaab2ac0b
commit 4045799ab9
4 changed files with 87 additions and 10 deletions

View file

@ -2,7 +2,10 @@ build:
go build .
docs:
go tool godoc -http=localhost:6060 -index
go tool godoc -http=localhost:6060 -index -index_files godoc.idx
build_docs:
go tool godoc -v -http=localhost:6060 -index -index_files godoc.idx -write_index
dev:
air
go tool air