go.capnp 493 B

12345678910111213141516
  1. # Generate go.capnp.out with:
  2. # capnp compile -o- go.capnp > go.capnp.out
  3. # Must run inside this directory to preserve paths.
  4. @0xd12a1c51fedd6c88;
  5. annotation package(file) :Text;
  6. annotation import(file) :Text;
  7. annotation doc(struct, field, enum) :Text;
  8. annotation tag(enumerant) :Text;
  9. annotation notag(enumerant) :Void;
  10. annotation customtype(field) :Text;
  11. annotation name(struct, field, union, enum, enumerant, interface, method, param, annotation, const, group) :Text;
  12. $package("capnp");