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 7fa900d commit b512488Copy full SHA for b512488
plugin/errors.go
@@ -2,6 +2,4 @@ package plugin
2
3
import "errors"
4
5
-var (
6
- ErrInvalidAddressPortPair = errors.New("invalid address:port pair")
7
-)
+var ErrInvalidAddressPortPair = errors.New("invalid address:port pair")
0 commit comments