This commit is contained in:
antanst
2025-10-15 09:03:50 +03:00
parent 971f1e5206
commit 139b2e7733
5 changed files with 165 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ debug:
@echo "GOPATH: $(shell go env GOPATH)"
@which go
@which gofumpt
@which gci
@which golangci-lint
clean:
@@ -24,7 +23,6 @@ tidy:
# Format code
fmt:
gofumpt -l -w .
gci write .
# Run linter
lint: fmt