I'm Ubuntu 21.04 user and I'm trying to use "github.com/golang/protobuf/protoc-gen-go/grpc" lib and I'm confused if my $GOPATH should be GOPATH=$HOME/go or GOPATH=usr/local/go. Because I installed my grpc into GOPATH=$HOME/go, but VSCODE could not find it, just libs in usr/local/go.
May seem obvious to be usr/local/go, but I see everywhere people using $GOPATH as GOPATH=$HOME/go.