Pinned Repositories
errors
:boom:Error Context, Stack Trace, Types and Tags for full error handling and logging.
form
:steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
lars
:rotating_light: Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks.
log
:green_book: Simple, configurable and scalable Structured Logging for Go.
pkg
:star: pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name with an additional suffix of `ext` to avoid naming conflicts.
pool
:speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation
pure
:non-potable_water: Is a lightweight HTTP router that sticks to the std "net/http" implementation
universal-translator
:speech_balloon: i18n Translator for Go/Golang using CLDR data + pluralization rules
validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
webhooks
:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
Go Playgound's Repositories
go-playground/stats
:chart_with_upwards_trend: Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
go-playground/statics
:file_folder: Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks
go-playground/generate
:runner:runs go generate recursively on a specified path or environment variable and can filter by regex
go-playground/spoon
library + program to help making zero downtime, self-upgrading programs and servers.
go-playground/bundler
Generic Bundler to concatenate any type of files using a custom left and right delimiter, i.e. css or js files
go-playground/mongostore
:key: Gorilla's session store implementation using MongoDB
go-playground/wave
:wavy_dash: Package wave is a thin helper layer on top of Go's net/rpc