Skip to content

Commit

Permalink
zug zug
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Jan 13, 2024
1 parent c717980 commit 5a068f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func ExampleSingle() {
return err
})

fmt.Println("wait")
fmt.Println("work, work")
if err := s.Wait(); err != nil {
log.Fatalf("Read failed: %v", err)
}
Expand All @@ -148,7 +148,7 @@ func ExampleSingle() {

// Output:
// start
// wait
// work, work
// done
// 2500 bytes
}
Expand Down

0 comments on commit 5a068f5

Please sign in to comment.