diff --git a/README.md b/README.md index 117db15..325697b 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,19 @@ 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 + +##### 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. +