From 0c9ae8ff516f319baa0ae6b3f5d5f5238b90347b Mon Sep 17 00:00:00 2001 From: Bjorn Borud Date: Sun, 9 Apr 2023 21:08:08 +0200 Subject: [PATCH] fix count later --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d41db3..1e89591 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ gen: @buf generate count: - @gocloc --not-match-d pkg/pax . + @gocloc --not-match-d 'pkg/pax|frontend' . clean: @rm -rf bin pkg/pax doc/swagger