jmhodges / bazel_gomock

Code to create Go mocks for bazel targets using mockgen
MIT License
58 stars 30 forks source link

Add generated sources to output so they can be used in other rules #61

Closed dcasadevall closed 1 year ago

dcasadevall commented 1 year ago

This allows us to use a rule like go_proto_link to copy the generated mock files into the mocked package (useful for self_package option, for IDE to recognize symbols)

dcasadevall commented 1 year ago

Can ignore this. Don't need to export these outs.