How can i generate Lexicon schemas and APIs using go ? #3328
Unanswered
ymolists
asked this question in
How to do it?
Replies: 1 comment
-
The Though they may be out of date. Basically you would put your Lexicon JSON files in a directory somewhere; invoke As a warning, lexgen doesn't support some Lexicon corner-cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
First of all, thank you immensely for your support and for introducing me to this tool.
I'm interested in using Go both for generating schemas and for validation purposes. I came across the Command-line tool for generating Lexicon schemas and APIs, but it appears to be TypeScript-based from what I can see.
Does a similar tool or library exist that allows me to generate validation code using Go, with both the generator and the generated code being in Go? If such a tool exists, could someone point me in the right direction?
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions