jet/examples/quick-start/README.md

13 lines
427 B
Markdown
Raw Normal View History

# Quick start example
This package contains sample usage for Jet framework.
2020-05-31 10:42:55 +02:00
Jet generated files of interest are in `./gen` folder.
2020-05-31 10:42:55 +02:00
`quick-start.go` - contains code explained at main [README.md](../../README.md#quick-start),
with a difference of redirecting json output to files(`dest.json` and `dest2.json`) rather then to a
standard output.
2020-05-31 10:42:55 +02:00
`./gen`, `dest.json` and `dest2.json` - added to git for presentation purposes.