mennanov / fieldmask-utils

Protobuf Field Mask Go utils
MIT License
229 stars 26 forks source link

CamelCase func in docs is now deprecated #23

Closed alee792 closed 2 years ago

alee792 commented 2 years ago

When building a project following the examples, I receive the following notice: google.golang.org/protobuf/protoc-gen-go/generator: cannot find module providing package google.golang.org/protobuf/protoc-gen-go/generator

Unfortunately, the new package does not export their GoCamelCase func.

Not sure how you prefer to address this, but I do think the docs should be updated to an alternative, if one exists.

mennanov commented 2 years ago

I've updated the docs.

Thanks for reporting!