Jeremy Zheng 25e240c128 :bug: fix go mod download 4 vuotta sitten
..
mint 13ce3b4c5e :fire: remove db.go 4 vuotta sitten
README.md 25e240c128 :bug: fix go mod download 4 vuotta sitten
go.mod 258baa441b :heavy_plus_sign: add go redis support 4 vuotta sitten
go.sum 25e240c128 :bug: fix go mod download 4 vuotta sitten
main.go 63709d4787 :fire: giveup gorm 4 vuotta sitten

README.md

USAGE

# start http server
go run .

Documents

SOP

  • Gin: Using GET, POST, PUT, PATCH, DELETE
  • Gin: Parameters in path
  • Gin: Querystring parameters
  • Gin: Model binding and validation
  • Pg: Quickstart(ingore createSchema)
  • Redis: Quickstart