21世纪C语言

Gin Beego Iris Echo

Gin

  • go mod init progect
  • go get -u github.com/gin-gonic/gin

实现restful API

响应前端html页面,前后端不分离

自动运行

  • nodemon --exec go run main.go --signal SIGTERM
  • Air go get -u github.com/cosmtrek/air
  • Gin go get github.com/codegangsta/gin
  • Fresh go get github.com/pilu/fresh