From a0b257b57241eac3ef64ced1eb58750946183d56 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 14 Nov 2018 15:19:23 +0000 Subject: [PATCH] remove line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 345aae25..a5ae1122 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Go Micro abstracts away the details of distributed systems. Here are the main fe - **Sync Streaming** - RPC based communication with support for bidirectional streaming - **Async Messaging** - Native PubSub messaging built in for event driven architectures -Go Micro supports both the Service and Function programming models. Read on to learn more. - ## Getting Started For detailed information on the architecture, installation and use of go-micro checkout the [docs](https://micro.mu/docs).