Closed doodles526 closed 9 years ago
The example in the README does not properly indicate with an _ = that a Sink returns an error
_ =
Sink
error
The readme is actually autogenerated based on doc.go. Can you correct that and then run make test, which should regenerate it?
doc.go
make test
Done here a4d8ec1
thx
The example in the README does not properly indicate with an
_ =
that aSink
returns anerror