add description of tinygo examples

This commit is contained in:
syumai 2022-05-18 00:16:28 +09:00
parent 1a6eb323ff
commit b204abdb50

View File

@ -36,7 +36,8 @@ func main() {
}
```
for concrete examples, see `examples` directory.
For concrete examples, see `examples` directory.
Currently, all examples use tinygo instead of Go due to binary size issues.
## License