jmattheis / goverterLinks
Generate type-safe Go converters by defining function signatures.
☆690Updated 3 weeks ago
Alternatives and similar repositories for goverter
Users that are interested in goverter are comparing it to the libraries listed below
Sorting:
- An enum generator for go☆828Updated 2 months ago
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆388Updated 2 months ago
- A library for diffing golang structures☆949Updated last year
- Combine one or more Go errors together☆1,135Updated last year
- Golang rate limiters for distributed applications☆560Updated this week
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆480Updated 3 weeks ago
- Make your Go programs use less memory (maybe)☆811Updated 2 months ago
- ⚙️ A dependency injection toolkit based on Go 1.18+ Generics.☆2,108Updated 3 weeks ago
- Refactoring and code transformation tool for Go.☆994Updated 3 months ago
- Golang port of Abseil's SwissTable☆825Updated 2 months ago
- An in-memory cache with item expiration and generics☆1,055Updated this week
- GCI, a tool that control golang package import order and make it always deterministic.☆492Updated 2 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆953Updated last week
- A Go tool to auto generate methods for your enums☆474Updated 3 months ago
- GoWrap is a command line tool for generating decorators for Go interfaces☆1,211Updated last week
- Redis client Mock☆311Updated 11 months ago
- 🔥 Error handling library with context, assertion, stack trace and source fragments☆664Updated this week
- Update outdated Go dependencies interactively☆1,023Updated last month
- Decorated Syntax Tree - manipulate Go source with perfect fidelity.☆1,366Updated last year
- Rate limiting for go-redis☆911Updated this week
- 🔘 Minimalistic and High-performance goroutine worker pool written in Go☆1,783Updated last month
- Concurrent data structures for Go☆1,336Updated 3 weeks ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆592Updated last month
- Experimental implementation of a proposed v2 encoding/json package☆506Updated 2 weeks ago
- Initialize structs with default values☆836Updated 9 months ago
- A golang package for converting to snake_case or CamelCase