I can now submit a form and store it in the database.
This commit is contained in:
parent
eaaab2ac0b
commit
4045799ab9
4 changed files with 87 additions and 10 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue