[FIX] import path of test package

This commit is contained in:
Frederik Vosberg 2018-07-11 08:29:15 +02:00
parent 80d25dbad5
commit c3b38fdc87

View File

@ -1,6 +1,6 @@
package samename 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 // Example is used to test issues with packages, which import another package with the same name
type Example interface { type Example interface {