From 9d9e998d498055c129ec57daf76cb6ce73a609e8 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 28 Jul 2024 09:29:08 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2d79b6..4f94d58a 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ All Go syntax (not including `cgo`) is already supported. Here are some examples * [goroutine](_demo/goroutine/goroutine.go): goroutine demo -## Defer +### Defer LLGo `defer` does not support usage in loops. This is not a bug but a feature, because we think that using `defer` in a loop is a very unrecommended practice.