varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
55 stars 57 forks source link

fix: implementing the interface net.Conn #20

Closed shaneing closed 4 years ago

shaneing commented 4 years ago

Throw nil pointer error when invoking method SetReadDeadline or SetWriteDeadline of PipeConn. The reason is that PipeConn has no implement interface net.Conn.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 363


Totals Coverage Status
Change from base Build 359: 0.0%
Covered Lines: 653
Relevant Lines: 775

💛 - Coveralls