mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02: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:
parent
f55dc50435
commit
bb1c625b30
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue