8 lines
114 B
Go
8 lines
114 B
Go
package BitSrun
|
|
|
|
import "errors"
|
|
|
|
var (
|
|
ErrResultCannotFound = errors.New("result cannot found from response")
|
|
)
|