Answers for "go remove package"

0

go remove package

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.
Posted by: Guest on August-18-2021

Browse Popular Code Answers by Language