Skip to content

Commit

Permalink
Rolled back documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Aug 22, 2024
1 parent e16beb8 commit c65b09c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@ 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 and examples for these new functions may not be visible on [pkg.go.dev](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 c65b09c

Please sign in to comment.