import "github.com/maxbrunsfeld/counterfeiter/fixtures/another_package"
types.go
go:generate counterfeiter . AnotherInterface
type AnotherInterface interface { AnotherMethod([]SomeType, map[SomeType]SomeType, *SomeType, SomeType, chan SomeType) }
type SomeType int