mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
5 lines
206 B
Markdown
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 ./...`
|