lazydocker/CLAUDE.md
2026-04-19 12:16:43 +10:00

5 lines
206 B
Markdown

# CLAUDE.md
## Build & test
- All Go commands need `GOFLAGS=-mod=vendor` (deps are vendored, including the `jesseduffield/gocui` fork and the Docker SDK).
- Unit tests: `GOFLAGS=-mod=vendor go test ./...`