fix table

This commit is contained in:
Asim 2015-12-03 01:28:20 +00:00
parent b4011b32af
commit 645f12ff3f

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