jmattheis/goverter
Generate type-safe Go converters by defining function signatures.
A code generation tool that eliminates reflection overhead by producing compile-time converters from interface definitions, handling automatic mapping of structs, slices, maps, and enums with field-level customization directives. Features early error detection for unmapped fields and type incompatibilities, plus support for deep copies and custom converter methods via annotation-driven code generation.
830 stars. Actively maintained with 3 commits in the last 30 days.
Stars
830
Forks
61
Language
Go
License
MIT
Category
Last pushed
Mar 04, 2026
Commits (30d)
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/jmattheis/goverter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.