You can just delete it from you disk:
rm -r $GOPATH/src/<PACKAGE_NAME>
This will remove the package completely. Alas, there is no tool or go command for removing packages. But this should be simple enough.
You can just delete it from you disk:
rm -r $GOPATH/src/<PACKAGE_NAME>
This will remove the package completely. Alas, there is no tool or go command for removing packages. But this should be simple enough.