You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I will -- once I figure out how to do it effectively.
This and related issues was what made take a little break from this -- hoping the GopherJS scene would somehow mature in this area, i.e. data transfers to and from server and to and from the Go and JS layer without costly serializing (which may be obvious in the Ajax sample).
I will pick up the hat and so some more thinking here.
Hi Bjørn, thanks for an awesome library!
Could you add an example of how to insert/retrieve custom structs in state ?
E.g. a slice of custom struct( this is not working ):
people := c.State().Interface("people").([]Person)
The text was updated successfully, but these errors were encountered: