idodod / protoc-gen-fieldmask

A protoc plugin that generates fieldmask paths
MIT License
23 stars 3 forks source link

allow go mod vendor/tidy to work without generated test files #26

Closed idodod closed 2 years ago

idodod commented 2 years ago

A fix for go mod vendor and go mod tidy. These command would not work because they required generated test files to exist. This PR created empty files with the packages of those missing files to allow the above commands to work.