Commit 0b192c90 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1352 from sudharsh/master

Install gox during build time
parents 1cf69480 02e7161b
......@@ -18,6 +18,7 @@ all: deps
deps:
@$(ECHO) "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
@go get -d -v ./...
@go get github.com/mitchellh/gox
@echo $(DEPS) | xargs -n1 go get -d
updatedeps:
......
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