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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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