go_install_clean causes various parts of a previous install from being removed, but there may be cases where you are testing local modifications in your GOPATH and don't want these removed.
Add a new parameter to prevent GOPATH being removed during cleanup, leaving the default
behaviour remaining the same.
go_install_clean causes various parts of a previous install from being removed, but there may be cases where you are testing local modifications in your GOPATH and don't want these removed.
Add a new parameter to prevent GOPATH being removed during cleanup, leaving the default behaviour remaining the same.