mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-24 12:57:43 +02:00
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