test.proto 198 B

1234567891011
  1. syntax = "proto3";
  2. package tests.mfjt;
  3. option go_package = "harness";
  4. option java_multiple_files = true;
  5. import "google/protobuf/any.proto";
  6. message Message {
  7. google.protobuf.Any data = 1;
  8. }