5 lines
88 B
Go
5 lines
88 B
Go
package client
|
|
|
|
import "errors"
|
|
|
|
var ErrEndpointNotSet = errors.New("endpoint not set")
|