reflect.Type.Out (method)
6 uses
reflect (current package)
type.go#L249: Out(i int) Type
go.uber.org/mock/gomock
call.go#L74: rets[i] = reflect.Zero(methodType.Out(i)).Interface()
call.go#L197: if got, want := reflect.TypeOf(ret), mt.Out(i); got == want {
google.golang.org/protobuf/internal/descfmt
stringer.go#L44: name = reflect.ValueOf(vs).MethodByName("Get").Type().Out(0).Name() + "s"
text/template
funcs.go#L104: case numOut == 2 && typ.Out(1) == errorType:
funcs.go#L107: return fmt.Errorf("invalid function signature for %s: second return value should be error; is %s", name, typ.Out(1))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)