From 9f1f59eecc7b81b9fc4fe16c242c95ebd2dd8ddf Mon Sep 17 00:00:00 2001
From: AlexStocks <alexstocks@foxmail.com>
Date: Wed, 8 Aug 2018 13:38:24 +0800
Subject: [PATCH] Init: update readme

---
 README.md | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bdf05bbdd..375d8fa46 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
-# dubbo-go
-Dubbo golang client
+# dubbo-go #
+
+Alibaba Dubbo golang version.
+
+## feature ##
+---
+- 1 Transport: HTTP(√)
+
+- 2 Codec:  JsonRPC(√), Hessian(X)
+
+- 3 SOA:Service Register(√), Service Watch(√), Service Notify(√)
+
+- 4 Registry: ZooKeeper(√), Etcd(X), Redis(X)
+
+- 5 Strategy: Failover(√), Failfast(√)
+
+- 6 Load Balance: Random(√), RoundRobin(√)
+
+- 7 Role: Consumer(√), Provider(X)
+
+
+
-- 
GitLab