SyntaxFix
Write A Post
Hire A Developer
Questions
It's safe to just delete the source directory and compiled package file. Find the source directory under $GOPATH/src and the package file under $GOPATH/pkg/<architecture>, for example: $GOPATH/pkg/windows_amd64.
$GOPATH/src
$GOPATH/pkg/<architecture>
$GOPATH/pkg/windows_amd64