6 lines
88 B
Go
6 lines
88 B
Go
package provider
|
|
|
|
import "errors"
|
|
|
|
var ErrNoServerFound = errors.New("no server found")
|