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
* support for buffer iterator
* Code review fix
* fix: transforming the Buffer helper into a pull-based operator (it receives an iterator instead of channel)
* doc(it): adding loit.Buffer to doc
---------
Co-authored-by: Samuel Berthe <[email protected]>
@@ -194,6 +195,7 @@ Use these established subCategories:
194
195
- For function variants, use consistent suffixes:
195
196
- `F`suffix for function-based versions (lazy evaluation)
196
197
- `I`suffix for variants having `index int` argument in predicate callback
198
+
- `Err`suffix for variants returning an error in predicate callback
197
199
- `WithContext`suffix when context.Context is provided
198
200
- `X` suffix for helpers with varying arguments (eg: MustX: Must2, Must3, Must4...)
199
201
@@ -211,27 +213,6 @@ Add these examples in the source code comments, on top of helpers, with a syntax
211
213
212
214
If the documentation is created at the same time of the helper source code, then the Go playground execution might fail, since we need to merge+release the source code first to make this new helper available to Go playground compiler. In that case, skip the creation of the example and set no URL.
0 commit comments