mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 04:33:29 +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
|
```bash
|
||||||
go build ./...
|
go build ./...
|
||||||
go vet ./...
|
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"
|
golangci-lint run 2>/dev/null || echo "golangci-lint não instalado"
|
||||||
go mod verify
|
go mod verify
|
||||||
go mod tidy -v
|
go mod tidy -v
|
||||||
|
|||||||
Reference in New Issue
Block a user