LUSHDigital / microservice-core-golang
A set of core functionality and convenience structs for a Golang microservice
☆10Updated 3 years ago
Alternatives and similar repositories for microservice-core-golang
Users that are interested in microservice-core-golang are comparing it to the libraries listed below
Sorting:
- gemux is a good enough multiplexer☆49Updated 4 years ago
- Backwards compatibility linter for Go.☆68Updated 6 years ago
- A little Go util to print duration strings in a human-friendly format☆94Updated 5 months ago
- A Go service (HTTP+RPC) to retrieve location information☆47Updated last year
- Simple Go HTTP middleware for reducing code substantially when building an API. `net/http` compatible.☆25Updated 4 years ago
- An Go language package for getting your public IP address. It's inspired by go-ipify: https://github.com/rdegges/go-ipify☆24Updated 5 years ago
- A generic patricia trie (also called radix tree) implemented in Go (Golang)☆28Updated 5 years ago
- A Golang lib to generate placeholder images with text☆79Updated 3 years ago
- Build slack bots quickly and easily!☆44Updated 4 years ago
- Convenience library to not reinvent the wheel when working with goroutines in certain setups.☆48Updated 7 years ago
- Create graphics with a hand-drawn, sketchy, appearance. Based on Rough.js☆29Updated 8 months ago
- Utility package for working with common memory and cpu units in Go☆30Updated 8 years ago
- Image upload handler written in Go☆27Updated 8 years ago
- HTML Form generator from Go structs☆12Updated 6 years ago
- A GO web application profiler.☆59Updated 7 years ago
- An example of how to use vgo (https://research.swtch.com/vgo-tour) + Docker together.☆44Updated 6 years ago
- A set of useful decorators for making resilient http clients in golang.☆31Updated 5 years ago
- Extended Errors (or simply xerrs) for GoLang☆63Updated 4 years ago
- Logging, distilled