Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 206 Bytes

File metadata and controls

5 lines (4 loc) · 206 Bytes

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