You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return type of `BatchFunc` is defined as a slice of *pointers* to `Result`, i.e. `[]*Result`. However, in the usage example the pointers were missing.
0 commit comments