Searched refs:compareAPI (Results 1 – 2 of 2) sorted by relevance
169 gotOK := compareAPI(buf, tt.features, tt.required, tt.exception)
183 if !compareAPI(bw, features, required, exception) {229 func compareAPI(w io.Writer, features, required, exception []string) (ok bool) { func