- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Goutnik (0.45 sec)
-
src/bytes/bytes_test.go
t.Errorf("%s(%s, %q) returned non-empty value", name, report(tc.in), tc.arg) } else { actualNil := actual == nil outNil := tc.out == nil if actualNil != outNil { t.Errorf("%s(%s, %q) got nil %t; want nil %t", name, report(tc.in), tc.arg, actualNil, outNil) } } } } type predicate struct { f func(r rune) bool name string }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 28 18:13:58 UTC 2025 - 62.9K bytes - Viewed (0)