move to go module

This commit is contained in:
Bradley Cicenas
2018-12-01 17:50:47 +00:00
parent a39b7a3a3e
commit 665e8fdd06
5 changed files with 47 additions and 222 deletions

View File

@@ -8,7 +8,7 @@ clean:
rm -rf _build/ release/
build:
dep ensure
go mod download
CGO_ENABLED=0 go build -tags release -ldflags $(LD_FLAGS) -o ctop
build-dev: