I ran go get package
to download a package before learning that I needed to set my GOPATH
otherwise that package sullies my root Go install (I would much prefer to keep my Go install clean and separate core from custom). How do I remove packages installed previously?
转载于:https://stackoverflow.com/questions/13792254/removing-packages-installed-with-go-get