feat: 变更解析方式,打包Srun请求包
This commit is contained in:
7
v1/errors.go
Normal file
7
v1/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package BitSrun
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrResultCannotFound = errors.New("result cannot found from response")
|
||||
)
|
||||
Reference in New Issue
Block a user