add link to docs

This commit is contained in:
Asim Aslam 2017-02-10 12:36:42 +00:00
parent 6f509c0645
commit 9f17b91fcb

View File

@ -20,6 +20,10 @@ Go Micro abstracts way the details of distributed systems. Here are the main fea
- **Message Encoding** - Micro services can encode requests in a number of encoding formats and seamlessly decode based on the Content-Type header.
- **RPC Client/Server** - The client and server leverage the above features and provide a clean simple interface for building microservices.
## Docs
For more detailed information on the architecture, installation and use of go-micro checkout the [docs](https://micro.mu/docs).
## Learn By Example
An example service can be found in [**examples/service**](https://github.com/micro/examples/tree/master/service). The [**examples**](https://github.com/micro/examples) directory contains many more examples for using things such as middleware/wrappers, selector filters, pub/sub and code generation.