zclconf / go-cty

A type system for dynamic values in Go applications
MIT License
338 stars 70 forks source link

Add FromCtyValueTagged #181

Open gastrodon opened 3 months ago

gastrodon commented 3 months ago

Like FromCtyValue, but you can pass in a different tag to decode with. Update code using literal "cty" to use a passed in tag string. Put the insides of FromCtyValue into FromCtyValueTagged, now FromCtyValue calls FromCtyValueTagged with literal "cty". this solves #148