Skip to content

Commit

Permalink
Merge pull request #2 from nbramblett/with-modules
Browse files Browse the repository at this point in the history
Update workspace and bazel rules to be compatible with mockery v2
  • Loading branch information
nbramblett authored Jun 7, 2021
2 parents cf98413 + e30de5b commit bea5eb5
Show file tree
Hide file tree
Showing 10 changed files with 1,295 additions and 26 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
load("//:gomockery_test.bzl", "gomockery_test_suite")

# gazelle:prefix
# gazelle:prefix
gazelle(name = "gazelle")

gomockery_test_suite()
gomockery_test_suite()
Loading

0 comments on commit bea5eb5

Please sign in to comment.