type github.com/go-pg/zerochecker.Func

3 uses

	github.com/go-pg/zerochecker (current package)
		zerochecker.go#L20: type Func func(reflect.Value) bool
		zerochecker.go#L22: func Checker(typ reflect.Type) Func {

	github.com/go-pg/pg/v10/orm
		field.go#L40: 	isZero zerochecker.Func