xakep666 / unusual_genericsLinks
Collection of unusual generics usecases in Go
☆55Updated 3 years ago
Alternatives and similar repositories for unusual_generics
Users that are interested in unusual_generics are comparing it to the libraries listed below
Sorting:
- Support for Unix domain sockets in Go HTTP clients☆84Updated 3 months ago
- Run Go tests inside a Docker image☆100Updated 10 months ago
- docker-compose alike functionality directly from golang, for integration testing.☆63Updated 8 months ago
- Set of Go context's utilities.☆56Updated 4 years ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆53Updated 3 weeks ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated last year
- ☆101Updated last year
- A corpus of popular Go modules☆108Updated last year
- Go package for sets implemented with generics☆44Updated 3 years ago
- ☆33Updated 3 years ago
- ☆27Updated 3 years ago
- Go templates invoked as functions☆155Updated 4 years ago
- ☆26Updated 3 years ago
- Go package augmenting the standard net package with more basic building blocks for writing network applications.☆31Updated 8 years ago
- Go http.RoundTripper that emits open telemetry metrics. This helps you easily get metrics for all external APIs you interact with.☆85Updated last month
- Various implementations of a go-routine safe counter☆31Updated 4 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 5 years ago
- go.mod git archiver☆87Updated 2 years ago
- Simple error handling primitives☆60Updated 4 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Go linter to detect erroneous multiplication of duration values☆49Updated 2 months ago
- Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with archite…☆43Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- A JSON stream parser for Go☆68Updated 3 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 7 months ago
- Golang io.Reader and io.Writer but with limits☆78Updated 2 years ago
- Very simple batching API for Go.☆95Updated 4 years ago