提交 3b784b50 作者: Jeromy

add makefile rule for grabbing gx and deps

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 e12a56d7
......@@ -14,6 +14,13 @@ all: help
godep:
go get github.com/tools/godep
gx:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
deps: gx
gx install --global
# saves/vendors third-party dependencies to Godeps/_workspace
# -r flag rewrites import paths to use the vendored path
# ./... performs operation on all packages in tree
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论