Update README.md

This commit is contained in:
xushiwei
2024-07-28 09:29:08 +08:00
committed by GitHub
parent f7c991fa9a
commit 9d9e998d49

View File

@@ -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.