Megular Expressions #363
Annotations
8 errors
go-check / All:
multiaddr.go#L56
error strings should not be capitalized (ST1005)
|
go-check / All:
multiaddr/main.go#L60
maddr.ForEach is deprecated: use a simple `for _, c := range m` instead. (SA1019)
|
go-check / All:
net/convert.go#L140
ma.ForEach is deprecated: use a simple `for _, c := range m` instead. (SA1019)
|
go-check / All:
net/convert.go#L177
error strings should not be capitalized (ST1005)
|
go-check / All:
net/convert.go#L208
ma.ForEach is deprecated: use a simple `for _, c := range m` instead. (SA1019)
|
go-check / All:
net/private.go#L118
ma.ForEach is deprecated: use a simple `for _, c := range m` instead. (SA1019)
|
go-check / All:
net/private.go#L179
ma.ForEach is deprecated: use a simple `for _, c := range m` instead. (SA1019)
|
go-check / All
Process completed with exit code 1.
|