qur / withmock

Automatic Go package mock generation tool
Other
71 stars 9 forks source link

Don't install gocov package unless running gocov #4

Closed qur closed 11 years ago

qur commented 11 years ago

We should check the command being run, and only install the gocov package if the command is using gocov ...

qur commented 11 years ago

This has now been fixed. The gocov package is only installed if needed, or requested.