Remove tools.go

This commit is contained in:
Deluan
2023-11-27 13:53:08 -05:00
committed by Deluan Quintão
parent f7fe8ba938
commit 1b4483d32b
4 changed files with 3 additions and 11 deletions
+1 -1
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@latest -w `find . -name '*.go' | grep -v _gen.go$$`
@go mod tidy
.PHONY: format