github.com/rancher/moq@v0.0.0-20200712062324-13d1f37d2d77/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  }