Module 1, Learning Go Web Development, starts off with introducing and setting up Go before you move on to produce responsive servers that react to certain web endpoint. You will then implement database connections to acquire data and then present i
Go web 开发脚手架主要由下面几个第三方库集成,简单、灵活,可以快速开发 web 项目路由:github.com/gorilla/mux渲染模板:github.com/unrolled/renderCookie封装:github.com/gorilla/securecookie中间件:github.com/codegangsta/negroni上下文传输:github.com/gorilla/context文件结构