maxbrunsfeld / counterfeiter

A tool for generating self-contained, type-safe test doubles in go
MIT License
931 stars 90 forks source link

Allow setting destination package name independent of directory name #249

Open ImprintNav opened 1 year ago

ImprintNav commented 1 year ago

It would be nice to support naming the package differently than its directory. e.g. in github.com/example/impl/fakes/fake.go

package impl_fakes