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
Just like the NewField struct methods, there should be corresponding NewField list methods. Not as straightforward, since the list types might be part of the capnp package.
Copied from original issue: zombiezen/go-capnproto#7
The text was updated successfully, but these errors were encountered:
This branch contains fixes and refactorings to capnpc-go. The notable
new feature is an alloc-and-set method for list fields on structs (#7).
To get the latest and greatest (as always), regenerate the code for your
schemas.
From @zombiezen on August 24, 2015 22:44
Just like the
NewField
struct methods, there should be correspondingNewField
list methods. Not as straightforward, since the list types might be part of thecapnp
package.Copied from original issue: zombiezen/go-capnproto#7
The text was updated successfully, but these errors were encountered: