cuelang.org/go@v0.10.1/encoding/protobuf/testdata/trailcomment.proto.out.cue (about) 1 // Issue #586 2 package foo 3 4 #Bar: { 5 {} | { 6 a: string @protobuf(1,string) 7 8 // hello world 9 10 } | { 11 b: string @protobuf(2,string) 12 13 // hello world 14 15 } 16 c?: int32 @protobuf(3,int32) 17 // hello world 18 19 }