Commit 02e7161b authored by Sudharshan S's avatar Sudharshan S

Install gox during build time

Just so that we can just run `make` without installing gox separatelyy
parent 79d55c20
......@@ -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