chore(errors): review all errors in codebase
This commit is contained in:
@@ -3,6 +3,5 @@ package publicip
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrBadStatusCode = errors.New("bad HTTP status")
|
||||
ErrCannotReadBody = errors.New("cannot read response body")
|
||||
ErrBadStatusCode = errors.New("bad HTTP status")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user