jmhodges / bazel_gomock

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

Use canonical workspace name #1

Closed jkammerl closed 6 years ago

jkammerl commented 6 years ago

to follow bazel's advice: Bazel [...] advises that a WORKSPACE call itself the reverse of the "canonical" URL of that repository, like com_example_foo_utils. See, https://docs.google.com/document/d/1qPOUeoqDA3eWFFXS1shWX1FT3e4BQB8yuSMrfQL4QrA/edit#heading=h.1kkuneerfl14

jmhodges commented 6 years ago

Weird, I totally thought I fixed this. Thanks!