Merge pull request #87 from breml/fix-imports
Add import, if source pkg is not destination pkg
This commit is contained in:
commit
70d7959eb2
@ -174,6 +174,7 @@ func (m *Mocker) Mock(w io.Writer, name ...string) error {
|
||||
|
||||
if tpkg.Name() != m.pkgName {
|
||||
doc.SourcePackagePrefix = tpkg.Name() + "."
|
||||
doc.Imports = append(doc.Imports, tpkg.Path())
|
||||
}
|
||||
|
||||
var buf bytes.Buffer
|
||||
|
Loading…
Reference in New Issue
Block a user