const reflect.Ptr

11 uses

	reflect (current package)
		type.go#L303: const Ptr = Pointer
		value.go#L1168: 	case Ptr:
		value.go#L1333: 			if v.Kind() == Ptr && v.typ().Elem().Kind() == abi.Struct {
		value.go#L1776: 	case Ptr:

	github.com/oapi-codegen/runtime
		bindform.go#L130: 	case reflect.Ptr:
		bindform.go#L291: 	case reflect.Interface, reflect.Ptr:
		bindstring.go#L40: 	if t.Kind() == reflect.Ptr {
		bindstring.go#L46: 	if t.Kind() == reflect.Ptr {
		deepobject.go#L291: 	case reflect.Ptr:
		styleparam.go#L62: 	if t.Kind() == reflect.Ptr {
		styleparam.go#L271: 		if f.Type().Kind() == reflect.Ptr && f.IsNil() {