gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
577 stars 38 forks source link

Interface package name can be omitted now #21

Closed beono closed 5 years ago

beono commented 5 years ago

You can skip the package name if you are in the directory where Formater is defined:

cd ~/go/src/github.com/gojuno/minimock/tests
minimock -i Formatter -o ./tests/

Also I fixed comments spelling as in https://github.com/gojuno/minimock/pull/20

CC @hexdigest

hexdigest commented 5 years ago

Thanks @beono !