docker-archive / go-p9p

A modern, performant 9P library for Go.
Apache License 2.0
206 stars 50 forks source link

errors: if err != nil { return nil } #3

Closed loreb closed 8 years ago

loreb commented 8 years ago

There are several instances of:

if err != nil { return nil } 

In channel.go, line 230 :)

loreb commented 8 years ago

Same in client.go:51?

stevvooe commented 8 years ago

@loreb Thanks for the review! Just submitted #8.