mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-06 16:04:20 +01:00
multi: fix linting errors
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
type unknownAddrType struct{}
|
||||
|
||||
func (_ unknownAddrType) Network() string { return "unknown" }
|
||||
func (_ unknownAddrType) String() string { return "unknown" }
|
||||
func (t unknownAddrType) Network() string { return "unknown" }
|
||||
func (t unknownAddrType) String() string { return "unknown" }
|
||||
|
||||
var addrTests = []struct {
|
||||
expAddr net.Addr
|
||||
|
||||
Reference in New Issue
Block a user