package
0.0.0-20231204091538-5bb4afb30440
Repository: https://github.com/qjpcpu/common.v2.git
Documentation: pkg.go.dev
# 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.