We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d28109e commit e774205Copy full SHA for e774205
Makefile
@@ -21,7 +21,7 @@ gx:
21
go get -u github.com/whyrusleeping/gx-go
22
23
deps: gx
24
- gx install --global
+ gx --verbose install --global
25
26
# saves/vendors third-party dependencies to Godeps/_workspace
27
# -r flag rewrites import paths to use the vendored path
0 commit comments