Open
Description
Some folk need practical examples to start writing code. It would be great if the examples were easily accessible from the README.md, or even better: there was a page on tinygo.org which had the list of examples. It is not clear when starting with tinygo what the examples/...
directory is and where it lives. We should make it clearer!
Ideas:
- Add
examples
link totinygo.org/getting-started/overview/
- Add
examples
link totinygo.org/docs/reference
ortinygo.org/docs/tutorials
, whichever fits best - Add text to readme, i.e.: The
examples/blinky
code is contained under thesrc/examples
directory. this directory contains many other examples to get you up and going with tinygo [add link here]