Skip to content

Commit

Permalink
Merge pull request #5637 from karlkfi/karl-fix-generate
Browse files Browse the repository at this point in the history
Fix gorepomod make test
  • Loading branch information
k8s-ci-robot committed Apr 4, 2024
2 parents 398aa36 + a6bbbe8 commit a9bfabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/gorepomod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ test: $(MYGOBIN)/gorepomod
go test -v ./...

usage.go: README.md $(MYGOBIN)/goimports
go generate . \
go generate .
$(MYGOBIN)/goimports -w usage.go
3 changes: 1 addition & 2 deletions cmd/gorepomod/usage.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9bfabc

Please sign in to comment.