func github.com/jackc/pgtype.underlyingStringType

4 uses

	github.com/jackc/pgtype (current package)
		aclitem.go#L48: 		if originalSrc, ok := underlyingStringType(src); ok {
		convert.go#L111: func underlyingStringType(val interface{}) (interface{}, bool) {
		enum_type.go#L79: 		if originalSrc, ok := underlyingStringType(src); ok {
		text.go#L43: 		if originalSrc, ok := underlyingStringType(src); ok {