There isn't much in Go that is dynamic. This looks to me to be some convenience around commonly consumed patterns applied to normal static struct definitions in Go.
Go does have reflection, but it's inspection mostly to take formatted data (JSON, etc.) and fill in statically defined structs with some hinting.
I don't think this is trying to be "passed off" as "dynamic."
Edit: I see "dynamic" is in the repo title. I concede the point - dynamic ain't the right word here, I would think.
Go does have reflection, but it's inspection mostly to take formatted data (JSON, etc.) and fill in statically defined structs with some hinting.
I don't think this is trying to be "passed off" as "dynamic."
Edit: I see "dynamic" is in the repo title. I concede the point - dynamic ain't the right word here, I would think.