This commit is contained in:
Deluan 2023-06-19 11:19:43 -04:00
parent 4898f31f6d
commit 26aa0f4fff
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ lintall: lint ##@Development Lint Go and JS code
format: ##@Development Format code
@(cd ./ui && npm run prettier)
@go run golang.org/x/tools/cmd/goimports -w `find . -name '*.go' | grep -v '_gen.go$''`
@go run golang.org/x/tools/cmd/goimports -w `find . -name '*.go' | grep -v _gen.go$$`
@go mod tidy
.PHONY: format