# README
Import Source
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
# Packages
Package source is a generated GoMock package.
# Functions
NewMockS creates a new mock instance.
# Structs
MockS is a mock of S interface.
MockSMockRecorder is the mock recorder for MockS.