This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Description
After moving some shared scripts to using gobin for several project tools, a colleague of mine expressed a concern that .gobincache directories in every project might eat up a lot of disk space due to having lots of duplicate binaries for the many projects he may be working on.
I'm not sure what the reasoning for having the -m binaries cached in a per-project fashion, so it would be useful to know what that is.
Maybe it would be possible to provide some option (perhaps an environment variable) to change the cache location?