Commit 5f43842
committed
docs(claude): pre-create cache dirs before GOCACHE/GOTMPDIR override
go test fails if GOTMPDIR points at a directory that does not exist
yet. Tell readers to mkdir -p the cache and lint-cache directories
first, then show the full GOCACHE/GOTMPDIR/GOLANGCI_LINT_CACHE
invocations as a runnable block.
https://claude.ai/code/session_01Bwxu5LAwzKLCbx4L4r8QgX1 parent d5174cc commit 5f43842
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
0 commit comments