Skip to content

Commit

Permalink
build: update z-MakefileUtils/MakeGoMod.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
sinlov committed Mar 26, 2024
1 parent 9056988 commit b3ff76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z-MakefileUtils/MakeGoMod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ modFmt:
@go fmt -x ./...

modVet:
@go vet ./...
@go vet -tags test ./...

modWhy:
@go mod why ./...
Expand Down

0 comments on commit b3ff76e

Please sign in to comment.