Update docs/pt-BR/agents/go-build-resolver.md

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Paulo Victor Leite Lima Gomes
2026-03-22 09:05:13 +01:00
committed by GitHub
parent f55dc50435
commit bb1c625b30

View File

@@ -24,7 +24,7 @@ Execute nesta ordem:
```bash
go build ./...
go vet ./...
staticcheck ./... 2>/dev/null || echo "staticcheck não instalado"
if command -v staticcheck >/dev/null; then staticcheck ./...; else echo "staticcheck não instalado"; fi
golangci-lint run 2>/dev/null || echo "golangci-lint não instalado"
go mod verify
go mod tidy -v