diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-09-11 09:52:41 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-09-11 09:52:41 +0000 |
commit | 603abb97a129295ef5270cc7d33699f849770aa1 (patch) | |
tree | f5a5e14efcd8c34c80948703d5bfff48c90f6ea6 /net/go-grpc/DESCR | |
parent | 20949c1897f6a3b67dc1d9d1a35420dd0f96d01e (diff) | |
download | pkgsrc-603abb97a129295ef5270cc7d33699f849770aa1.tar.gz |
New package, go-grpc.
The Go implementation of gRPC: A high performance, open source, general RPC
framework that puts mobile and HTTP/2 first. For more information see the gRPC
Quick Start guide at http://grpc.io/docs/.
Diffstat (limited to 'net/go-grpc/DESCR')
-rw-r--r-- | net/go-grpc/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/go-grpc/DESCR b/net/go-grpc/DESCR new file mode 100644 index 00000000000..0b61085bf05 --- /dev/null +++ b/net/go-grpc/DESCR @@ -0,0 +1,3 @@ +The Go implementation of gRPC: A high performance, open source, general RPC +framework that puts mobile and HTTP/2 first. For more information see the gRPC +Quick Start guide at http://grpc.io/docs/. |