We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1968ccc commit d3775c6Copy full SHA for d3775c6
go/lint-project.sh
@@ -26,7 +26,7 @@ if [[ "$OS_NAME" != "windows" ]]; then
26
# Go 1.17 introduced a migration with build constraints
27
# and they offer a migration with gofmt
28
# See https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md#transition for more details
29
- if [[ "$file" == "pkged.go" ]];
+ if [[ "$file" == "./pkged.go" ]];
30
then
31
gofmt -s -w pkged.go
32
fi
0 commit comments