Skip to content

Commit 082ac9f

Browse files
authored
Merge pull request #58 from skillful-alex/fix-issue-57--Build-broken-after-36
resolve #57 "Build broken after #36"
2 parents 6942398 + 4d82298 commit 082ac9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ type maEndpoints struct {
109109
raddr ma.Multiaddr
110110
}
111111

112-
var _ Conn = (*maConn)(nil)
113-
114112
// LocalMultiaddr returns the local address associated with
115113
// this connection
116114
func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr {

0 commit comments

Comments
 (0)