Skip to content

Handle extensions #26

@adamw7

Description

@adamw7

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;
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions