go-opt/errors.go

10 lines
120 B
Go

package opt
import (
"github.com/reiver/go-erorr"
)
const (
errBadReflection = erorr.Error("opt: bad reflection")
)