Skip to content

Commit 4535ec4

Browse files
committed
Fix precommit hook
1 parent 5581032 commit 4535ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/git-hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
function go_imports() {
66
if ! type goimports &> /dev/null; then
77
echo "Installing goimports"
8-
GO111MODULE=off go get golang.org/x/tools/cmd/goimports
8+
go get golang.org/x/tools/cmd/goimports
99
fi
1010

1111
# Formats each file that was changed.

0 commit comments

Comments
 (0)