We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1f24a commit 6cd8e5cCopy full SHA for 6cd8e5c
check_repo.sh
@@ -2,6 +2,7 @@
2
3
set -eo pipefail
4
5
+go mod download golang.org/x/tools
6
go install golang.org/x/tools/cmd/goimports
7
8
paths=`find . -maxdepth 1 -mindepth 1 \( -name gen -prune -o -type d -print -o -type f -name '*.go' -print \)`
0 commit comments