miku/zek
Generate a Go struct from XML.
This tool helps Go developers quickly create a Go 'struct' from an XML document. You provide an XML file or string as input, and it generates the corresponding Go code that makes it easy to read data from that XML into your Go programs. It's designed for developers working with Go applications that need to process existing XML data.
826 stars. Actively maintained with 2 commits in the last 30 days.
Use this if you are a Go developer needing to parse and read data from XML documents into Go programs, without having to manually define the entire data structure.
Not ideal if you need to create or modify XML documents, or if your XML schema involves complex recursive structures.
Stars
826
Forks
65
Language
Go
License
GPL-3.0
Category
Last pushed
Feb 26, 2026
Commits (30d)
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/miku/zek"
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.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.