Fix gorepomod make test

This commit is contained in:
Karl Isenberg
2024-04-02 17:59:22 -07:00
parent b3d1df2644
commit a6bbbe843c
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -1,9 +1,8 @@
// Code generated by internal/gen/main.go; DO NOT EDIT.
package main
const (
usageMsg = `
usageMsg = `
Helps when you have a git repository with multiple Go modules.
It handles tasks one might otherwise attempt with