diff options
Diffstat (limited to 'pkg/channel')
-rw-r--r-- | pkg/channel/writer.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/channel/writer.go b/pkg/channel/writer.go index ecb68e906..f17486075 100644 --- a/pkg/channel/writer.go +++ b/pkg/channel/writer.go @@ -1,10 +1,9 @@ package channel import ( + "errors" "io" "sync" - - "github.com/pkg/errors" ) // WriteCloser is an io.WriteCloser that that proxies Write() calls to a channel |