From b204abdb503399bee2d606f37d492df44deaac6b Mon Sep 17 00:00:00 2001 From: syumai Date: Wed, 18 May 2022 00:16:28 +0900 Subject: [PATCH] add description of tinygo examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c29dae9..7109837 100644 --- a/README.md +++ b/README.md @@ -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