var github.com/jackc/pgtype.kindTypes

5 uses

	github.com/jackc/pgtype (current package)
		convert.go#L388: var kindTypes map[reflect.Kind]reflect.Type
		convert.go#L414: 	if baseValType, ok := kindTypes[dstVal.Kind()]; ok {
		convert.go#L420: 		if baseElemType, ok := kindTypes[dstVal.Type().Elem().Kind()]; ok {
		convert.go#L428: 		if baseElemType, ok := kindTypes[dstVal.Type().Elem().Kind()]; ok {
		convert.go#L439: 	kindTypes = map[reflect.Kind]reflect.Type{