Commit 9f801561 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

feat(commands) add cast error

parent 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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment