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

Commitd850d60

Browse files
committed
refactor(tmpl): go-bindata use go install instead of go get
1 parent3f862d5 commitd850d60

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

‎template/bindata.go

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎template/tmpl/makefile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LDFLAGS ?= -X {{.GoModPackage}}/cmd.EnabledAutoUpdate=$(ENABLED_AUTO_UPDATE)
44
HAVE_GO_BINDATA := $(shell command -v go-bindata 2> /dev/null)
55
generate: ## go generate
66
ifndef HAVE_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 ./...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp