Skip to content

Commit 2561012

Browse files
committed
avoid a bug golang/go#31002
1 parent d0baed7 commit 2561012

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
@@ -19,4 +19,4 @@ testdeps:
1919

2020
.PHONY: clean
2121
clean:
22-
go clean
22+
go clean ./...

0 commit comments

Comments
 (0)