We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version
$ go version go 1.16
Yes
go env
$ go env
“它是轻量级的, 所有消耗几乎就只有栈空间的分配” “在Go中,函数字面都是闭包:其实现保证了函数内引用变量的生命周期与函数的活动时间相同。”
Go程第一段: “它是轻量级的, 所有小号几乎就只有栈空间的分配” 中的“小号”应该是”消耗“ Go程倒数第二行: “在Go中,函数字面都是闭包:其实现在保证了函数内引用变量的生命周期与函数的活动时间相同。” 中的“其实现在”应该多了一个“在”
The text was updated successfully, but these errors were encountered:
fix: Go-zh#5
5d722ee
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
“它是轻量级的, 所有消耗几乎就只有栈空间的分配”
“在Go中,函数字面都是闭包:其实现保证了函数内引用变量的生命周期与函数的活动时间相同。”
What did you see instead?
Go程第一段:
“它是轻量级的, 所有小号几乎就只有栈空间的分配” 中的“小号”应该是”消耗“
Go程倒数第二行:
“在Go中,函数字面都是闭包:其实现在保证了函数内引用变量的生命周期与函数的活动时间相同。” 中的“其实现在”应该多了一个“在”
The text was updated successfully, but these errors were encountered: