Skip to content

Commit

Permalink
Add documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Aug 18, 2024
1 parent 8968510 commit 50858ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ a stream. Additionally, there's a **ToSeq2** function to convert a stream back i
**ToSeq2** can be a good alternative to **ForEach** when concurrency is not needed.
It gives more control and performs all necessary cleanup and draining, even if the loop is terminated early using *break* or *return*.

> Note: Due to a temporary issue, the documentation for these new functions may not be visible on https://pkg.go.dev.
> In the meantime, you can view the documentation by inspecting the source code or by running
> `go doc -all github.com/destel/rill` in your project directory.
[Full runnable example](https://pkg.go.dev/github.com/destel/rill#example-ToSeq2)

```go
Expand Down

0 comments on commit 50858ae

Please sign in to comment.