github.com/PentoHQ/moq@v0.0.0-20190507125140-c45c141f300b/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  }