Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e91ba9

Browse files
committed
refactor(_example): update Makefile
1 parent470ee11 commit7e91ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_example/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ LDFLAGS ?= -X github.com/xxx/ak-test/cmd.EnabledAutoUpdate=$(ENABLED_AUTO_UPDATE
44
HAVE_GO_BINDATA :=$(shell command -v go-bindata 2> /dev/null)
55
generate:## go generate
66
ifndefHAVE_GO_BINDATA
7-
@echo "requires 'go-bindata' (goget -ugithub.com/kevinburke/go-bindata/go-bindata)"
7+
@echo "requires 'go-bindata' (goinstallgithub.com/go-bindata/go-bindata/go-bindata@latest)"
88
@exit 1# fail
99
else
1010
go generate ./...
1111
endif
1212

1313
.PHONY: test
1414
test:## run tests
15-
gotest -v -race -cover -coverprofile coverage.txt -covermode=atomic ./..
15+
gotest -v -race -cover -coverprofile coverage.txt -covermode=atomic ./...
1616

1717
.PHONY: build
1818
build: generate## build the binary

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp