update readme to include godoc and travis links

This commit is contained in:
Asim Aslam 2015-10-27 14:22:44 +00:00
parent 4bd529f523
commit cf5601c300

View File

@ -1,4 +1,4 @@
# Go Micro
# Go Micro [![GoDoc](https://godoc.org/github.com/myodc/go-micro?status.svg)](https://godoc.org/github.com/myodc/go-micro) [![Travis CI](https://travis-ci.org/myodc/go-micro.svg?branch=master)](https://travis-ci.org/myodc/go-micro)
Go Micro is a microservices library which provides the fundamental building blocks for writing fault tolerant distributed systems at scale. It is part of the [Micro](https://github.com/myodc/micro) toolchain.