Skip to content

Commit

Permalink
Merge pull request micro#17 from crackcomm/patch-1
Browse files Browse the repository at this point in the history
Table godoc links
  • Loading branch information
Asim committed Nov 11, 2015
2 parents c53880e + 3eb8d55 commit 72fd498
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ An example server can be found in examples/server.

Feature | Package | Description
------- | ------- | ---------
Discovery | Registry | A way of locating services to communicate with
Client | Client | Used to make RPC requests to a service
Server | Server | Listens and serves RPC requests
Pub/Sub | Broker | Publish and Subscribe to events
Discovery | [Registry](https://godoc.org/github.com/myodc/go-micro/registry) | A way of locating services to communicate with
Client | [Client](https://godoc.org/github.com/myodc/go-micro/client) | Used to make RPC requests to a service
Server | [Server](https://godoc.org/github.com/myodc/go-micro/server) | Listens and serves RPC requests
Pub/Sub | [Broker](https://godoc.org/github.com/myodc/go-micro/broker) | Publish and Subscribe to events

## Prerequisites

Expand Down

0 comments on commit 72fd498

Please sign in to comment.