cuelang.org/go@v0.10.1/encoding/protobuf/testdata/acme/test.proto (about)

     1  syntax = "proto3";
     2  
     3  package acme.test;
     4  
     5  message Test {
     6    // doc comment
     7    option (yoyo.foo) = true; // line comment
     8  
     9    option (yoyo.bar) = false;
    10    int32 test = 1;
    11  }