Add final comment

This commit is contained in:
Asim 2016-03-12 00:07:14 +00:00
parent ddf68ed23b
commit f03afb9343

View File

@ -265,3 +265,9 @@ func main() {
go run client.go
Hello John
```
### Next steps
To learn more, checkout the [**examples**](https://github.com/micro/go-micro/tree/master/examples) director or a number
of [**example services**](https://github.com/micro/go-micro#example-services) littered throughout the [github.com/micro](https://github.com/micro)
repo.