mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 09:02:53 +00:00
Merge pull request #5637 from karlkfi/karl-fix-generate
Fix gorepomod make test
This commit is contained in:
@@ -13,5 +13,5 @@ test: $(MYGOBIN)/gorepomod
|
|||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
||||||
usage.go: README.md $(MYGOBIN)/goimports
|
usage.go: README.md $(MYGOBIN)/goimports
|
||||||
go generate . \
|
go generate .
|
||||||
$(MYGOBIN)/goimports -w usage.go
|
$(MYGOBIN)/goimports -w usage.go
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
// Code generated by internal/gen/main.go; DO NOT EDIT.
|
// Code generated by internal/gen/main.go; DO NOT EDIT.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
usageMsg = `
|
usageMsg = `
|
||||||
Helps when you have a git repository with multiple Go modules.
|
Helps when you have a git repository with multiple Go modules.
|
||||||
|
|
||||||
It handles tasks one might otherwise attempt with
|
It handles tasks one might otherwise attempt with
|
||||||
|
|||||||
Reference in New Issue
Block a user