google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

Support for protobuf messages? #309

Closed pims closed 3 years ago

pims commented 3 years ago

Hi 👋🏼

I was looking through the skycfg repo and stumbled on this issue: https://github.com/stripe/skycfg/issues/23

Is this something that you still plan to add in the future?

The recent addition of json support has been fantastic, and I was hoping to leverage protobuf schema validation to reduce some of my boilerplate code.

Thanks!