go-nul/errors.go

10 lines
120 B
Go
Raw Normal View History

2024-08-09 03:35:44 +00:00
package nul
import (
"github.com/reiver/go-erorr"
)
const (
errBadReflection = erorr.Error("opt: bad reflection")
)