jmattheis / goverterLinks
Generate type-safe Go converters by defining function signatures.
☆778Updated last month
Alternatives and similar repositories for goverter
Users that are interested in goverter are comparing it to the libraries listed below
Sorting:
- 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…☆397Updated 7 months ago
- An enum generator for go☆879Updated this week
- Refactoring and code transformation tool for Go.☆1,015Updated 8 months ago
- Make your Go programs use less memory (maybe)☆866Updated 2 months ago
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆564Updated 2 weeks ago
- Golang rate limiters for distributed applications☆592Updated 2 weeks ago
- Combine one or more Go errors together☆1,153Updated last year
- A Go tool to auto generate methods for your enums☆497Updated 2 months ago
- 🔥 Error handling library with context, assertion, stack trace and source fragments☆775Updated 2 weeks ago
- 🎄 Go code coverage to SVG treemap☆580Updated 5 months ago
- Concurrent data structures for Go☆1,503Updated last month
- GoWrap is a command line tool for generating decorators for Go interfaces☆1,275Updated last month
- Go library for creating finite state machines☆1,121Updated 4 months ago
- A library for diffing golang structures☆971Updated 2 months ago
- Right imports sorting & code formatting tool (goimports alternative)☆695Updated last month
- Go library for retrying with configurable backoffs☆684Updated last year
- Golang port of Abseil's SwissTable☆828Updated 7 months ago
- Initialize structs with default values☆855Updated last year
- GCI, a tool that control golang package import order and make it always deterministic.☆520Updated 2 months ago
- ⚙️ A dependency injection toolkit based on Go 1.18+ Generics.☆2,419Updated last week
- An in-memory cache with item expiration and generics☆1,161Updated 2 weeks ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆625Updated 6 months ago
- Go library for decoding generic map values into native Go structures and vice versa.☆391Updated last week
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆989Updated last month
- 🔘 Minimalistic and High-performance goroutine worker pool written in Go☆1,994Updated last week
- Valgo is a type-safe, expressive, and extensible validator library for Golang. Supports localization and is built with generics.☆499Updated last week
- Fastest and most memory efficient golang concurrent hashmap