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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L114: func IntMap(vs map[string]int) map[string]*int {

	github.com/aws/aws-sdk-go-v2/aws
		to_ptr.go#L75: 	return ptr.IntMap(vs)