build: remove godep command(can not download packages in golang.org used in latest godep version)

This commit is contained in:
fatedier
2016-06-07 22:17:37 +08:00
parent e8c830e5c8
commit 740fb05b21
2 changed files with 11 additions and 15 deletions

View File

@@ -4,9 +4,9 @@ export GOPATH := $(shell pwd)/Godeps/_workspace:$(shell pwd):$(GOPATH)
all: build
build: godep app
build: gox app
godep:
gox:
GOPATH=$(OLDGOPATH) go get github.com/mitchellh/gox
app: