golang.org/xhttps://github.com/golang
golang.org/x
gopathsrcgolang.org/xsrc/golang.org/xgit clone https://github.com/golang/xxx.gitxxxgolang.org/x/textgit clone https://github.com/golang/text.gitimport golang.org/x/next
go get github.com/golang/xxxgolang.org/x
补充:
googole.golang.orggrpc
google.golang.org/grpc
google.golang.org/genproto
以上两个包在GitHub上也有镜像,分别是:
https://github.com/grpc/grpc-go
https://github.com/google/go-genproto
google.golang.org
git clone https://github.com/grpc/grpc-go.git grpc
git clone https://github.com/google/go-genproto.git genproto
go installgo get google.golang.org/grpcgo get