From 78c8c9e04316fc7205822b622b180a29b0181bd1 Mon Sep 17 00:00:00 2001
From: defaultSouth <ikr@kakao.com>
Date: Sat, 12 Dec 2020 17:13:49 +0900
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 74cdf72..181309a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 <p>
     <img width="480" src="https://www.andplus.com/hs-fs/hubfs/kafkalogo.jpg?&name=kafkalogo.jpg">
 </p>
-<h1>Apache Kafka 공부 (Java, Python)</h1>
+<h1>Apache Kafka 공부 (Java, Python, Go)</h1>
     <h5>v2.13-2.6.0</h5>
     
 <a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FAlfex4936%2Fkafka-Studies&count_bg=%233DA1C8&title_bg=%23555555&icon=apachekafka.svg&icon_color=%23E7E7E7&title=%2B&edge_flat=false"/></a>
@@ -15,7 +15,7 @@
 
 <table>
     <tr><td width=40% valign=top>
-    
+
 * Kafka (Python)
     * [Simple Producer](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/ProducerDemo.py)
     * [Producer with callback](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/ProducerDemoCallBack.py)
@@ -30,6 +30,9 @@
     * [Producer with key](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson1/ProducerDemoWithKey.java)
     * [Simple Consumer](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson2/ConsumerDemo.java)
     * [Consumer With a thread](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson2/ConsumerDemoThread.java)
+
+* Kafka (Go)
+    * [Simple Producer](https://github.com/Alfex4936/kafka-Studies/blob/main/go/src/basic_producer/BasicProducer.go)
 </td></tr>
 </table>
 
-- 
GitLab