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

206 B

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 ./...