go-capnp
go-capnp copied to clipboard
Fix incorrect docs for Client.Release().
The implementation does not panic, and in fact some of the tests depend on this behavior to do a defer client.Release() even though they may end up releasing a client sooner than the end of the function call.