Merge pull request #58 from skillful-alex/fix-issue-57--Build-broken-after-36

resolve #57 "Build broken after #36"
This commit is contained in:
Steven Allen 2019-08-12 08:45:39 -07:00 committed by GitHub
commit 082ac9ffc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
net.go
View File

@ -109,8 +109,6 @@ type maEndpoints struct {
raddr ma.Multiaddr
}
var _ Conn = (*maConn)(nil)
// LocalMultiaddr returns the local address associated with
// this connection
func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr {