summaryrefslogtreecommitdiff
path: root/vendor/github.com/golang/mock/mockgen/tests/import_source/Readme.md
diff options
context:
space:
mode:
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