go build报错cannot find package "golang.org/x/sys/unix"

mkdir -p $GOPATH/src/golang.org/x
cd $GOPATH/src/golang.org/x
git clone https://github.com/golang/sys.git

你可能感兴趣的:(go build报错cannot find package "golang.org/x/sys/unix")