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:
- Run Go tests inside a Docker image☆100Updated 7 months ago
- Support for Unix domain sockets in Go HTTP clients☆83Updated last week
- ☆27Updated 3 years ago
- Set of Go context's utilities.☆56Updated 4 years ago
- ☆99Updated 9 months ago
- Go package for sets implemented with generics☆44Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆53Updated 2 weeks ago
- Generic batches for go☆13Updated 3 years ago
- docker-compose alike functionality directly from golang, for integration testing.☆63Updated 5 months ago
- errs is a package for making errors friendly and easy☆53Updated 11 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- go.mod git archiver☆88Updated 2 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Go templates invoked as functions☆154Updated 4 years ago
- Go linter to detect erroneous multiplication of duration values☆48Updated last year
- Golang io.Reader and io.Writer but with limits☆77Updated 2 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago
- ☆33Updated 3 years ago
- A corpus of popular Go modules☆108Updated 11 months ago
- Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with archite…☆43Updated 2 years ago
- Simple profiling for Go☆76Updated last year
- A Go library for encoding structs into Header fields.☆47Updated 2 years ago
- Go package augmenting the standard net package with more basic building blocks for writing network applications.☆31Updated 8 years ago
- golang's present tool but with code syntax highlighting☆40Updated 2 years ago
- Go http.RoundTripper that emits open telemetry metrics. This helps you easily get metrics for all external APIs you interact with.☆85Updated 2 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 4 months ago