stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

Should we remove the pkg dir each time gort runs? #19

Closed tylerstillwater closed 10 years ago

tylerstillwater commented 11 years ago

It is possible for the installed packages to be out of date, even if the code has changed. Sometimes it doesn't rebuild and re-install the packages.

Should we remove the pkg directory and rebuild all dependencies explicitly?

I think it's a good idea.

tylerstillwater commented 11 years ago

We could even make it optional.