func github.com/aws/smithy-go/ptr.ToString

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L81: func ToString(p *string) (v string) {
		from_ptr.go#L95: 		ps[i] = ToString(v)
		from_ptr.go#L107: 		ps[k] = ToString(v)

	github.com/aws/aws-sdk-go-v2/aws
		from_ptr.go#L56: 	return ptr.ToString(p)