From 0c6c4e4ad92f73ed7cfdcaa58093f61cf9f542db Mon Sep 17 00:00:00 2001 From: samuel Date: Thu, 11 May 2023 14:56:32 +0200 Subject: [PATCH] [Dev] Use gofmt to check format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f4deba..cbaa8e4 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ install: .PHONY: check_format check_format: - @echo "Not implemented!" + gofmt -d -e cmd/ pkg/ .PHONY: check_linting check_linting: