提交 9f801561 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

feat(commands) add cast error

上级 a4e68c24
...@@ -5,6 +5,8 @@ import ( ...@@ -5,6 +5,8 @@ import (
"reflect" "reflect"
) )
var CastError = errors.New("cast error")
// Types of Command options // Types of Command options
const ( const (
Invalid = reflect.Invalid Invalid = reflect.Invalid
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论