Default output:
| Feature | xdumpgo | hexdump -C | xxd | |--------------------|----------------|------------|---------| | Go library | ✅ | ❌ | ❌ | | Streaming | ✅ | ✅ | ✅ | | Color output | ✅ | ❌ | ❌ | | Custom group size | ✅ (any) | limited | limited | | Plugin decoders | ✅ | ❌ | ❌ | | Native Windows | ✅ | partial | ✅ | | Annotations | ✅ | ❌ | ❌ | xdumpgo tutorial
Keeps your partial data structurally sound and ready for loading. Default output: | Feature | xdumpgo | hexdump
Start with the CLI for quick checks, then integrate the library to build powerful data introspection into your own applications. The combination of performance, extensibility, and clean design makes xdumpgo an essential addition to any Go developer’s toolbox. xdumpgo tutorial