An open API service indexing awesome lists of open source software.

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

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.





[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
![Language:Go](https://img.shields.io/static/v1?label=Language&message=Go&color=blue&style=flat-square)
![License:MIT](https://img.shields.io/static/v1?label=License&message=GPL&color=blue&style=flat-square)



![image](https://user-images.githubusercontent.com/87218847/181223942-6d273aa8-cc0a-4eb6-aabb-21453c76fabb.png)

### 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...)