adamw7 / tools

code generation and data oriented tools
MIT License
5 stars 1 forks source link

Handle extensions #26

Open adamw7 opened 1 year ago

adamw7 commented 1 year ago

syntax = "proto2";

import "google/protobuf/descriptor.proto";

package annotations;

option go_package = "protos/annotations";

extend google.protobuf.FieldOptions { // If true, tells Clean() function in go/reflect not to clean this field optional bool do_not_clean = 80001; }