mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-23 11:38:20 +00:00
remove unused var _ Conn = (*maConn)(nil)
This commit is contained in:
parent
694239868b
commit
4d82298a97
2
net.go
2
net.go
@ -109,8 +109,6 @@ type maEndpoints struct {
|
|||||||
raddr ma.Multiaddr
|
raddr ma.Multiaddr
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ Conn = (*maConn)(nil)
|
|
||||||
|
|
||||||
// LocalMultiaddr returns the local address associated with
|
// LocalMultiaddr returns the local address associated with
|
||||||
// this connection
|
// this connection
|
||||||
func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr {
|
func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user