type github.com/technosophos/moniker.Namer

5 uses

	github.com/technosophos/moniker (current package)
		moniker.go#L10: func New() Namer {
		moniker.go#L40: func NewAlliterator() Namer {
		moniker.go#L61: type Namer interface {

	go.pact.im/x/names/monikernames
		monikernames.go#L38: 	n  moniker.Namer
		monikernames.go#L42: func NewNamer(n moniker.Namer) *Namer {