From f03afb93435f5073540992404e8c6d9ef5b23c8d Mon Sep 17 00:00:00 2001 From: Asim Date: Sat, 12 Mar 2016 00:07:14 +0000 Subject: [PATCH] Add final comment --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf0ab45e..69c95233 100644 --- a/README.md +++ b/README.md @@ -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.