grpc-go/README.md

24 строки
693 B
Markdown
Исходник Обычный вид История

#gRPC-Go
2015-02-27 12:55:34 +03:00
[![Build Status](https://travis-ci.org/grpc/grpc-go.svg)](https://travis-ci.org/grpc/grpc-go) [![GoDoc](https://godoc.org/google.golang.org/grpc?status.svg)](https://godoc.org/google.golang.org/grpc)
2015-02-27 05:52:24 +03:00
The Go implementation of [gRPC](https://github.com/grpc/grpc)
Installation
------------
2015-02-06 04:14:05 +03:00
To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the library is to run:
```
$ go get google.golang.org/grpc
```
Documentation
-------------
You can find more detailed documentation and examples in the [grpc-common repository](http://github.com/grpc/grpc-common).
Status
------
Alpha - ready for early adopters.