Skip to content

Commit

Permalink
Merge pull request #11 from codesnail21/add-contents
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
codeArtisanry authored Aug 1, 2022
2 parents d791404 + b7ab165 commit 8f8ff98
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@ out <a href="https://github.com/codesnail21/gofuncs">awesome</a>.

##### GO-Cache
- <a href="https://github.com/patrickmn/go-cache">go-cache </a> is an in-memory key:value store/cache similar to memcached

##### Go Hash Generator
- <a href="https://github.com/codesnail21/gomd5hash"> Hash generator / Creator in MD5 </a> generates hash based in string provided

##### Go Download File
- <a href="https://github.com/codesnail21/goDownloadFile"> download file </a> and store it in CWD, by just passing the file name & URL

##### Go Json Iterator
- <a href="https://github.com/json-iterator/go"> JSON iterator </a> high-performance 100% compatible drop-in replacement of "encoding/json"

##### Go OTP
- <a href="https://github.com/jltorresm/otpgo"> Time-Based One-Time Password </a> (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go.

##### Go Mapstructure
- <a href="https://github.com/mitchellh/mapstructure"> Go library for decoding generic map values </a> into native Go structures and vice versa.

0 comments on commit 8f8ff98

Please sign in to comment.