Closed cronokirby closed 3 years ago
Fixes #57.
This changes these structs to require calling an EmptyResult(group) method, to fix the group used for unmarshalling.
EmptyResult(group)
@cronokirby Wow as someone coming from Ruby/Python this is a mind-blower 🤯. Thank you for the master-class on how to build marshalable data structures in Go.
Fixes #57.
This changes these structs to require calling an
EmptyResult(group)
method, to fix the group used for unmarshalling.