starlight-go/starlight

Make skylarkstruct from struct

Closed this issue · 1 comments

We should be able to use reflection to make a skylark struct out of a Go struct. see:
https://godoc.org/github.com/google/skylark/skylarkstruct

done (needs more time to bake though)