jet/examples/quick-start
Eli Ribble 41fe97d336
Fix the imports I botched really badly
Apparently I don't understand how go modules work.
2026-05-14 20:56:20 +00:00
..
.gen/jetdb/dvds Fix the imports I botched really badly 2026-05-14 20:56:20 +00:00
dest.json Add support for additional array types. 2025-10-16 15:09:07 +02:00
dest2.json Add support for additional array types. 2025-10-16 15:09:07 +02:00
diagram.png Readme quick start example. 2019-06-24 18:22:55 +02:00
quick-start.go Fix the imports I botched really badly 2026-05-14 20:56:20 +00:00
README.md Add support for additional array types. 2025-10-16 15:09:07 +02:00

Quick start example

This package contains sample usage for Jet framework.

Jet generated files of interest are in ./gen folder.

quick-start.go - contains code explained at main README.md, with a difference of redirecting json output to files(dest.json and dest2.json) rather then to a standard output.

./gen, dest.json and dest2.json - added into git for presentation purposes.