DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / encoding / protobuf / testdata / acme / test.proto
1234567891011
syntax = "proto3"; package acme.test; message Test { // doc comment option (yoyo.foo) = true; // line comment option (yoyo.bar) = false; int32 test = 1; }