apple / pkl-go

Pkl bindings for the Go programming language
https://pkl-lang.org/go/current/index.html
Apache License 2.0
259 stars 24 forks source link

fix: handle pkl sub classes / extending structs in custom classes #33

Open jstrachan opened 6 months ago

jstrachan commented 6 months ago

add support for unmarshalling into anonymous go struct fields from pkl sub-classes

so we can create custom go structs using inheritence and unmarshal pkl to them