github.com/golang/mock@v1.6.0/mockgen/internal/tests/import_source/README.md (about)

     1  # Import Source
     2  
     3  Test the case where the generated code uses a type defined in the source package (in source mode). There are two test cases:
     4  
     5  - the output is in a new package
     6  - the output is in the same package as the input