Files
log/field/errors.go
2026-03-02 17:50:10 +03:00

6 lines
75 B
Go

package field
import "errors"
var ErrUndefined = errors.New("undefined")