[FIX] import path of test package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package samename
|
||||
|
||||
import samename "github.com/fvosberg/moq/pkg/moq/testpackages/samenameimport/samenameimport"
|
||||
import samename "github.com/matryer/moq/pkg/moq/testpackages/samenameimport/samenameimport"
|
||||
|
||||
// Example is used to test issues with packages, which import another package with the same name
|
||||
type Example interface {
|
||||
|
Reference in New Issue
Block a user