Update readme

This commit is contained in:
Asim Aslam 2020-04-19 00:44:52 +01:00
parent 226d6ad22b
commit ab041012b2

View File

@ -43,4 +43,12 @@ are pluggable and allows Go Micro to be runtime agnostic. You can plugin any und
## Getting Started
To make use of Go Micro
```
import "github.com/micro/go-micro/v2"
service := micro.NewService()
```
See the [docs](https://micro.mu/docs/framework.html) for detailed information on the architecture, installation and use of go-micro.