Skip to content

Commit 0a9a21a

Browse files
committed
Fixed gofmt path
1 parent 6c66737 commit 0a9a21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lint:
2929

3030
format:
3131
@echo "$(OK_COLOR)==> Checking code formating with 'gofmt' tool$(NO_COLOR)"
32-
@gofmt -l -s cmd pkg | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
32+
@gofmt -l -s checks | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
3333

3434
vet:
3535
@echo "$(OK_COLOR)==> Checking code correctness with 'go vet' tool$(NO_COLOR)"

0 commit comments

Comments
 (0)