A curated list of delightful Golang Functions
functions and libraries. For more awesomeness, check
out awesome.
- go-cache is an in-memory key:value store/cache similar to memcached
- Hash generator / Creator in MD5 generates hash based in string provided
- download file and store it in CWD, by just passing the file name & URL
- JSON iterator high-performance 100% compatible drop-in replacement of "encoding/json"
- Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go.
- Go library for decoding generic map values into native Go structures and vice versa.
- Match regex group into go struct using struct tags and automatic parsing.
- Keygen SDK for Go. Integrate license activation, automatic updates and offline licensing for Go binaries.
- format pagination response on server side.
- A Go module that checks a domain's email information.
- A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)