mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:59:57 +00:00
12 lines
237 B
Cap'n Proto
12 lines
237 B
Cap'n Proto
using Go = import "go.capnp";
|
|
@0x83c2b5818e83ab19;
|
|
|
|
$Go.package("template_fix");
|
|
$Go.import("zombiezen.com/go/capnproto2/capnpc-go/testdata/group");
|
|
|
|
struct SomeMisguidedStruct {
|
|
someGroup :group {
|
|
someGroupField @0 :UInt64;
|
|
}
|
|
}
|