Fix building cmd

This commit is contained in:
nxshock 2019-07-21 14:55:46 +05:00
parent f1597848b2
commit 1e10fd02d3

View File

@ -1,6 +1,5 @@
all: all:
go test ./... go test ./...
cd cmd go build github.com/nxshock/signaller/cmd
go build
update-deps: update-deps:
go mod tidy go mod tidy