Commit 3b784b50 authored by Jeromy's avatar Jeromy

add makefile rule for grabbing gx and deps

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment