From 39d3f3b68f413338f60c41e476881e97f54e4f38 Mon Sep 17 00:00:00 2001
From: Vatsal <87218847+codesnail21@users.noreply.github.com>
Date: Sun, 31 Jul 2022 15:45:13 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 117db15..bd7032d 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,9 @@ out awesome.
##### GO-Cache
- go-cache is an in-memory key:value store/cache similar to memcached
+
+##### Go Hash Generator
+- Hash generator / Creator in MD5 generates hash based in string provided
+
+##### Go Download File
+- download file and store it in CWD, by just passing the file name & URL
From b7ab1654dd5e2233779c28a2a2430fbb997e0dda Mon Sep 17 00:00:00 2001
From: Vatsal <87218847+codesnail21@users.noreply.github.com>
Date: Sun, 31 Jul 2022 15:54:28 +0530
Subject: [PATCH 2/2] Update README.md
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index bd7032d..325697b 100644
--- a/README.md
+++ b/README.md
@@ -25,3 +25,13 @@ out awesome.
##### Go Download File
- download file and store it in CWD, by just passing the file name & URL
+
+##### Go Json Iterator
+- JSON iterator high-performance 100% compatible drop-in replacement of "encoding/json"
+
+##### Go OTP
+- Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go.
+
+##### Go Mapstructure
+- Go library for decoding generic map values into native Go structures and vice versa.
+