mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
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:
committed by
GitHub
parent
f55dc50435
commit
bb1c625b30
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user