We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90797c commit ee7a100Copy full SHA for ee7a100
1 file changed
cm/result_test.go
@@ -17,6 +17,7 @@ type resulter[OK, Err any] interface {
17
IsErr() bool
18
OK() *OK
19
Err() *Err
20
+ Result() (OK, Err, bool)
21
}
22
23
func TestResultOKOrErr(t *testing.T) {
0 commit comments