mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
206 B
206 B
CLAUDE.md
Build & test
- All Go commands need
GOFLAGS=-mod=vendor(deps are vendored, including thejesseduffield/gocuifork and the Docker SDK). - Unit tests:
GOFLAGS=-mod=vendor go test ./...