risor-io / risor

Fast and flexible scripting for Go developers and DevOps.
https://risor.io
Apache License 2.0
581 stars 24 forks source link

Add []string support to risor-modgen #167

Closed applejag closed 6 months ago

applejag commented 6 months ago

Don't know if this counts as cheating, but I'm just using the go/printer package and then switching on the result.

This means adding support for arrays [12]byte could be tedious, but I don't really see that happening. And if the need does come, then its easier to just add that functionality then.