improve: 使用标准项目结构
This commit is contained in:
7
pkg/srun/errors.go
Normal file
7
pkg/srun/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package srun
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrResultCannotFound = errors.New("result cannot found from response")
|
||||
)
|
||||
Reference in New Issue
Block a user