2
0

README.md 590 B

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