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

https://github.com/moomerman/go-lib

🛠 A collection of useful reusable go packages
https://github.com/moomerman/go-lib

acme consul etcd go kv-store letsencrypt reverse-proxy

Last synced: 7 months ago
JSON representation

🛠 A collection of useful reusable go packages

Awesome Lists containing this project

README

          

# go-lib
A collection of useful reusable go packages

* [autocert](https://github.com/moomerman/go-lib/tree/master/autocert) - automatic SSL certificate issuance & renewal from LetsEncrypt (and any other ACME-based CA) with DNS and HTTP verification methods suitable for distributed environments

* [kvstore](https://github.com/moomerman/go-lib/tree/master/kvstore) - an interface for operations on a KV store with multiple implementations

* [rproxy](https://github.com/moomerman/go-lib/tree/master/rproxy) - a http.ReverseProxy that adds support for Host override,
websockets and SSE