gin框架模板 router下面放所有路由,要分组编写 router_func下面放对应路由的中间件函数 static 存放图片、文件等资源 templates 存放html模板文件 必要命令: go mod init [模块名] go get -u github.com/gin-gonic/gin