go-opt/errors.go

10 lines
120 B
Go
Raw Normal View History

2024-08-08 17:58:13 +00:00
package opt
import (
"github.com/reiver/go-erorr"
)
const (
errBadReflection = erorr.Error("opt: bad reflection")
)