Searched defs:testRule (Results 1 – 1 of 1) sorted by relevance
19 type testRule struct { struct20 name string21 goos string22 exclude bool124 func test(kind string, a *Archive, rules []testRule) {