We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e60d16 commit 9547d0aCopy full SHA for 9547d0a
net/registry.go
@@ -31,7 +31,6 @@ func init() {
31
// It is used to keep a list of supported network address codecs (protocols
32
// which addresses can be converted to and from multiaddresses).
33
type CodecMap struct {
34
- codecs map[string]*NetCodec
35
addrParsers map[string]FromNetAddrFunc
36
maddrParsers map[string]ToNetAddrFunc
37
lk sync.Mutex
0 commit comments