https://github.com/backendarchitect/awesome-gofuncs
A curated list of delightful Golang Functions functions and libraries. For more awesomeness
https://github.com/backendarchitect/awesome-gofuncs
List: awesome-gofuncs
awesome-go awesome-list awesome-lists functions go golang golang-functional-programming golang-package list
Last synced: about 2 months ago
JSON representation
A curated list of delightful Golang Functions functions and libraries. For more awesomeness
- Host: GitHub
- URL: https://github.com/backendarchitect/awesome-gofuncs
- Owner: backendArchitect
- License: gpl-3.0
- Created: 2022-07-24T06:24:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T11:06:30.000Z (almost 4 years ago)
- Last Synced: 2025-10-27T19:33:25.483Z (8 months ago)
- Topics: awesome-go, awesome-list, awesome-lists, functions, go, golang, golang-functional-programming, golang-package, list
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Welcome to GoFuncs
A curated list of delightful Golang Functions
functions and libraries. For more awesomeness, check
out awesome.
[](https://github.com/sindresorhus/awesome)



### Table of Content
##### 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.
##### Go Regroup(Match Regex)
- Match regex group into go struct using struct tags and automatic parsing.
##### Go Keygen
- Keygen SDK for Go. Integrate license activation, automatic updates and offline licensing for Go binaries.
##### Go Pagination
- format pagination response on server side.
##### Go Mail Checker
- A Go module that checks a domain's email information.
#### Go Lodash-style Go library
- A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)