protoc-gen-gotag icon indicating copy to clipboard operation
protoc-gen-gotag copied to clipboard

Support for optional fields

Open harkamals opened this issue 2 years ago • 0 comments

go generate ./... api/assessment/metric.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-gotag hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--gotag_out: proto.go:38: running "protoc": exit status 1

harkamals avatar Sep 17 '22 16:09 harkamals