Hacker News new | ask | show | jobs
by michaelmior 4325 days ago
For a tool which is all about being language agnostic, I'm curious why you went with Go struct definitions to define the formats instead of something like JSON Schema[0].

[0] http://json-schema.org/

1 comments

Simplicity and lack of time. :) We'd love to move to something more language-agnostic for the schema definitions. If you're interested, we'd definitely accept a patch.
Fair reasons :) I'm tied up for the next couple weeks, but I'll keep that in mind for September!