psampaz / gophersnippetsLinks
Code snippets with tests and testable examples for the Go programming language
☆42Updated 5 years ago
Alternatives and similar repositories for gophersnippets
Users that are interested in gophersnippets are comparing it to the libraries listed below
Sorting:
- Experiments with Go generics☆99Updated 3 years ago
- Go(lang) benchmarks - (measure the speed of golang)☆136Updated last month
- Some gophers 🐻☆83Updated 3 years ago
- Pretty prints slices to any io.Writer: I created this package to teach slices in my Go course.☆67Updated 6 years ago
- A simple way to implement pagination in Golang.☆102Updated last year
- A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple …☆72Updated 5 months ago
- Lightweight HTTP mocking in Go (aka golang)☆81Updated last year
- Tool to automatically generates API middlewares (logging, instrumentation, etc) and documentation.☆29Updated 2 years ago
- Makefile setup for our Golang projects.☆104Updated last week
- gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.☆90Updated 5 years ago
- ☆53Updated 8 months ago
- A tool used to manage installations of multiple Go toolchain versions☆39Updated last month
- Collect data about your dependencies☆43Updated last month
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last week
- Struct validation using tags☆93Updated last month
- OpenTelemetry Go distribution for Uptrace☆105Updated 2 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Docker image for auto-recompiling and auto-restarting Golang server application☆51Updated last week
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- A golang map in which entries expire after given a time period☆59Updated last year
- Library for setting values to structs' fields from env, flags, files or default tag☆107Updated 5 months ago
- Accept Interfaces, Return Concrete Types☆69Updated last month
- Database schema evolution library for Go☆19Updated last year
- Various implementations of a go-routine safe counter☆31Updated 3 years ago
- A corpus of popular Go modules☆108Updated 8 months ago
- Structured JSON logging Go libraries benchmark☆22Updated 2 years ago
- Golnag microservice-template by DDD☆34Updated this week
- Declarative golang HTTP client☆22Updated 2 years ago