- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for featureSet (0.05 sec)
-
src/cmd/api/main_test.go
return strings.Contains(feature, "(darwin-386)") || strings.Contains(feature, "(darwin-386-cgo)") } func compareAPI(w io.Writer, features, required, exception []string) (ok bool) { ok = true featureSet := set(features) exceptionSet := set(exception) slices.Sort(features) slices.Sort(required) take := func(sl *[]string) string { s := (*sl)[0] *sl = (*sl)[1:] return s }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Feb 20 03:25:33 UTC 2025 - 31.4K bytes - Viewed (0)