We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent470ee11 commit7e91ba9Copy full SHA for 7e91ba9
_example/Makefile
@@ -4,15 +4,15 @@ LDFLAGS ?= -X github.com/xxx/ak-test/cmd.EnabledAutoUpdate=$(ENABLED_AUTO_UPDATE
4
HAVE_GO_BINDATA :=$(shell command -v go-bindata 2> /dev/null)
5
generate:## go generate
6
ifndefHAVE_GO_BINDATA
7
-@echo "requires 'go-bindata' (goget -ugithub.com/kevinburke/go-bindata/go-bindata)"
+@echo "requires 'go-bindata' (goinstallgithub.com/go-bindata/go-bindata/go-bindata@latest)"
8
@exit 1# fail
9
else
10
go generate ./...
11
endif
12
13
.PHONY: test
14
test:## run tests
15
-gotest -v -race -cover -coverprofile coverage.txt -covermode=atomic ./..
+gotest -v -race -cover -coverprofile coverage.txt -covermode=atomic ./...
16
17
.PHONY: build
18
build: generate## build the binary