zquestz / s

Open a web search in your terminal.
MIT License
2.34k stars 114 forks source link

Updated make uninstall to support multiple GOPATH's #106

Closed zquestz closed 8 years ago

zquestz commented 8 years ago

Allow make uninstall to function when multiple GOPATH's are set. It just defaults to using the first one.

Tested in bash, zsh, and fish shell.

Fixes https://github.com/zquestz/s/issues/105

@mewmew thanks for the report.