Jeremy Zheng b47b99e5f4 :construction: add go demo 4 jaren geleden
..
mint b47b99e5f4 :construction: add go demo 4 jaren geleden
README.md b47b99e5f4 :construction: add go demo 4 jaren geleden
go.mod b47b99e5f4 :construction: add go demo 4 jaren geleden
go.sum b47b99e5f4 :construction: add go demo 4 jaren geleden
main.go b47b99e5f4 :construction: add go demo 4 jaren geleden

README.md

USAGE

go mod tidy
go run ./cmd/mint

Documents

SOP

  • HTTP Router(GET/POST/PUT/PATCH/DELETE)
  • HTTP Request with JSON body
  • HTTP Response with JSON body
  • Gorm (Create Table): mint/db.go
  • Gorm insert/update/delete/select