Get desktop application:
View/edit binary Protocol Buffers messages
@gotags: validate:"omitempty"
gets converted into XXX_Deprecated, for use with testing pre-v1.4.x protoc-gen-go functionality that exposes unknown fields as public.
@gotags: validate:"omitempty"
@gotags: valid:"ip" yaml:"ip" json:"overrided"
@gotags: tag:"foo_bar"
@gotags: tag:"foo"
@gotags: tag:"bar"
below is an example where the line-specific comment should take precedence over the "doc" comment, which is known to be more free-form. On the resulting struct field, you should see `valid:"http|https"` added, not `valid:"-"`. @gotags: valid:"-"
@gotags: valid:"http|https"
Test legacy field name. @inject_tags: valid:"nonzero"