summaryrefslogtreecommitdiff
path: root/vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-07-24 14:35:44 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-07-24 14:35:44 +0200
commit621e49bb465f500cc46d47e39e828cf76d6381d7 (patch)
treee9d6ed54cfae73209f2b0d9a016ef0b64adf45a6 /vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md
parent5b9a4a158b81aa6e94a5a56d0851bea938b87bef (diff)
update vendor
Diffstat (limited to 'vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md')
-rw-r--r--vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md b/vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md
new file mode 100644
index 0000000..b755968
--- /dev/null
+++ b/vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md
@@ -0,0 +1,3 @@
+Test the case where the generated code uses a type defined in the source package (in source mode). There are two test cases:
+- the output is in a new package
+- the output is in the same package as the input \ No newline at end of file