Update quick start example.

This commit is contained in:
go-jet 2020-05-31 10:42:55 +02:00
parent 196989ab68
commit 0183117b72
18 changed files with 184 additions and 96 deletions

View file

@ -3,10 +3,10 @@
This package contains sample usage for Jet framework.
Jet generated files of interest are in ./gen folder.
Jet generated files of interest are in `./gen` folder.
quick-start.go contains code explained at [README.md](../../README.md#quick-start),
with difference of redirecting json output to files(dest.json and dest2.json) rather then to a
`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.
./gen, dest.json and dest2.json - added to git for presentation purposes.
`./gen`, `dest.json` and `dest2.json` - added to git for presentation purposes.