func go.opentelemetry.io/otel/internal/attribute.StringSliceValue

2 uses

	go.opentelemetry.io/otel/internal/attribute (current package)
		attribute.go#L50: func StringSliceValue(v []string) interface{} {

	go.opentelemetry.io/otel/attribute
		value.go#L128: 	return Value{vtype: STRINGSLICE, slice: attribute.StringSliceValue(v)}