fix table

This commit is contained in:
Asim 2015-12-03 01:27:56 +00:00
parent 11bc02112b
commit b4011b32af

View File

@ -12,7 +12,7 @@ An example server can be found in examples/server.
## Features
Feature | Package | Built-in Plugin | Description
------- | ------- | ---------
------- | ------- | --------- -----------
Discovery | [Registry](https://godoc.org/github.com/micro/go-micro/registry) | consul | A way of locating services to communicate with
Client | [Client](https://godoc.org/github.com/micro/go-micro/client) | http | Used to make RPC requests to a service
Codec | [Codec](https://godoc.org/github.com/micro/go-micro/codec) | proto,json | Encoding/Decoding handler for requests