GO_GIN_不同文件下html模版渲染
路由编写 // 注册一个默认的路由器 router := gin.Default() // 加载static文件夹下所有的文件 router.LoadHTMLGlob("com.zy/static/templates/**/*") "templates/template2.templates") router.GET("users/login", func(c *gin.Con...