Skip to content

Instantly share code, notes, and snippets.

@vadzappa
Created April 9, 2020 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vadzappa/992a23f836f2de186e3729f7519bb778 to your computer and use it in GitHub Desktop.
Save vadzappa/992a23f836f2de186e3729f7519bb778 to your computer and use it in GitHub Desktop.
syntax = "proto3";
import "google/protobuf/descriptor.proto";
package protocol;
option go_package = ".;protocol";
message FieldOptions {
string logField = 1;
}
extend google.protobuf.FieldOptions {
FieldOptions options = 50000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment