jmhodges / bazel_gomock

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

support custom mock names #7

Closed jmhodges closed 4 years ago

jmhodges commented 5 years ago

Need to map a string_dict attribute to the -mock_names flag.

Needs adding to _gomock_source and _gomock_reflect. Suspect we only need the string_dict passed on the exec_only command in _gomock_reflect.

jmhodges commented 5 years ago

This would probably be a pretty chill patch to get down for folks looking for a small project. Will gladly lend my time to help someone learn how skylark works

jmhodges commented 4 years ago

Handled in https://github.com/jmhodges/bazel_gomock/pull/31