Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
feat: remove stream util helpers
Browse files Browse the repository at this point in the history
FullClose and AwaitEOF were introduced to work around the fact that calling
Close on a stream only closed the write half. All users must adapt their code
to the new interfaces, so this change is intentionally breaking.
  • Loading branch information
Stebalien committed Aug 28, 2020
1 parent 5e4851c commit 306f1b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 207 deletions.
56 changes: 0 additions & 56 deletions helpers/stream.go

This file was deleted.

151 changes: 0 additions & 151 deletions helpers/stream_test.go

This file was deleted.

0 comments on commit 306f1b0

Please sign in to comment.