github.com/GetStream/moq@v0.0.0-20181113105103-b721cd3f6524/pkg/moq/testpackages/samenameimport/samename.go (about) 1 package samename 2 3 import samename "github.com/matryer/moq/pkg/moq/testpackages/samenameimport/samenameimport" 4 5 // Example is used to test issues with packages, which import another package with the same name 6 type Example interface { 7 Do(a samename.A) error 8 }