From 93f972b13f233ef3fa764acfa5fc7d371c74018a Mon Sep 17 00:00:00 2001 From: hedhyw Date: Wed, 19 Jun 2024 05:37:29 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2ade9..4975d45 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ See [internal/app/app.feature](internal/app/app.feature) and [internal/app/app_t 1. Removed template "std.struct.v1.go.tmpl". 2. The flag "go-parallel" has been removed. -3. Loop variable "testCase" is not copied. Disable using `disable-go-22-scope` flag. +3. Use flag `enable-go-22-scope` to avoid copying `testCase` in loops. # Install