You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go.mod: replace lyft's with glerchundi's protoc-gen-star
This change moves from using lyft's source code to my own repository in
order to add support for optional's. This is by no means an ideal
solution but could be a temporary fix while this community decides what
to do in the meantime.
By bumping the version we gain the ability to add the supported features
to the code generation response which helps by not erroring out when it
gets called with the newly released protobuf 3.15. As the experimental
flag for optionals was made mandatory if an `optional` clause exist in
the source proto files.
0 commit comments