[Dev] Use gofmt to check format

This commit is contained in:
samuel 2023-05-11 14:56:32 +02:00
parent 8f3bab75ce
commit 0c6c4e4ad9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ install:
.PHONY: check_format
check_format:
@echo "Not implemented!"
gofmt -d -e cmd/ pkg/
.PHONY: check_linting
check_linting: