-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
What version of Go are you using (go version
)?
$ go version go 1.16
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go env
What did you do?
What did you expect to see?
“它是轻量级的, 所有消耗几乎就只有栈空间的分配”
“在Go中,函数字面都是闭包:其实现保证了函数内引用变量的生命周期与函数的活动时间相同。”
What did you see instead?
Go程第一段:
“它是轻量级的, 所有小号几乎就只有栈空间的分配” 中的“小号”应该是”消耗“
Go程倒数第二行:
“在Go中,函数字面都是闭包:其实现在保证了函数内引用变量的生命周期与函数的活动时间相同。” 中的“其实现在”应该多了一个“在”
cloorc
Metadata
Metadata
Assignees
Labels
No labels