From f77fc4ef5f2df96c6bba3cd6c7d88a77d61a5a80 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 2 Jun 2026 15:07:59 +0200 Subject: add .wants and .includes .wants adds potential out-of-tree sources to your state (for monorepos, for example) .includes adds targets from another source to this one, adding inheritance --- cache/cache_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache/cache_test.go') diff --git a/cache/cache_test.go b/cache/cache_test.go index a58bf95..59d4269 100644 --- a/cache/cache_test.go +++ b/cache/cache_test.go @@ -227,7 +227,7 @@ func TestInsertNonExistent(t *testing.T) { func TestLoadState(t *testing.T) { paths.SetAll("/pik") defer paths.Reset() - c := &Cache{ + c := Cache{ Entries: []Entry{ {Path: "/asdf", Label: "hjkl"}, }, -- cgit v1.3.1