improve: 使用标准项目结构

This commit is contained in:
Mmx233
2023-03-01 18:58:11 +08:00
parent cb11426bd6
commit 3c63e9ddc3
29 changed files with 178 additions and 183 deletions

7
pkg/srun/errors.go Normal file
View File

@@ -0,0 +1,7 @@
package srun
import "errors"
var (
ErrResultCannotFound = errors.New("result cannot found from response")
)