grpckit / omniproto

Omniproto makes generating code from your protorepo easy
MIT License
9 stars 4 forks source link

Bump to golang 1.19 & add support for turning proto3 optional fields #15

Closed gnagel closed 1 year ago

gnagel commented 1 year ago

How To Implement Field Presence for Proto3

This PR enables support for turning on the new feature in protos 3, optional fields.

ryan-dayrit commented 1 year ago

lgtm

gnagel commented 1 year ago

Ty ty