using Go = import "/go.capnp"; @0x85d3acc39d94e0f8; $Go.package("books"); $Go.import("zombiezen.com/go/capnproto2/internal/demo/books"); struct Book { title @0 :Text; # Title of the book. pageCount @1 :Int32; # Number of pages in the book. }