Skip to content

Commit 3c9f690

Browse files
committed
re-run go-makefile-maker
1 parent 416107c commit 3c9f690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install: FORCE build/swift-http-import
3232
# which packages to test with static checkers
3333
GO_ALLPKGS := $(shell go list ./...)
3434
# which files to test with static checkers (this contains a list of globs)
35-
GO_ALLFILES := $(addsuffix /*.go,$(patsubst $(shell go list .),.,$(shell go list ./...)))
35+
GO_ALLFILES := $(addsuffix /*.go,$(patsubst $(shell go list .)%,.%,$(shell go list ./...)))
3636
# which packages to test with "go test"
3737
GO_TESTPKGS := $(shell go list -f '{{if .TestGoFiles}}{{.ImportPath}}{{end}}' ./...)
3838
# which packages to measure coverage for

0 commit comments

Comments
 (0)