Skip to content

Commit

Permalink
govendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengka committed Dec 6, 2018
1 parent 5ae5fc7 commit 1149b66
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ GIN_MODE="debug"

## Go 依赖

本项目使用govendor管理依赖。

```shell
go get -u github.com/gin-gonic/gin
go get -u github.com/jinzhu/gorm
go get -u github.com/gin-contrib/cors
go get -u github.com/gin-contrib/sessions
go get -u github.com/joho/godotenv
go get -u github.com/go-redis/redis
go get -u github.com/kardianos/govendor
govendor init
```

## 运行
Expand Down

0 comments on commit 1149b66

Please sign in to comment.