Consider changing attr.Value implementations in types package to have Value in their name #67
Labels
breaking-change
This PR introduces a breaking change or the resolution of this issue may require a breaking change.
types
Issues and pull requests about our types abstraction and implementations.
Milestone
It's very confusing to have
types.String
that doesn't define an actual type constraint, and instead holds a value. Maybetypes.StringValue
is clearer?The text was updated successfully, but these errors were encountered: