Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Jan 24, 2024
1 parent fef30d0 commit a61a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func main() {
io.Copy(os.Stderr, r2)
}()

stream.Seal() // Indicate that there'll be no more readers...
stream.Seal() // Indicate that there'll be no more readers...
<-stream.Done() // Receives when all readers are closed.

if err := stream.Err(); err != nil && !errors.Is(err, io.EOF) {
Expand Down

0 comments on commit a61a385

Please sign in to comment.