database
文件夹:数据库的管理models
文件夹:用户认证中间件service
文件夹:服务API实现
- 安装
pflag
库:go get github.com/spf13/pflag
- 安装
gorilla/mux
库:go get github.com/gorilla/mux
- 安装
Negroni
库:go get github.com/urfave/negroni
- 安装
render
库:go get github.com/unrolled/render
- 安装
jwt-go
接口:go get github.com/dgrijalva/jwt-go
- 安装
boltdb
数据库:go get github.com/boltdb/bolt