1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-13 09:12:28 +08:00

doc: fix doc error

This commit is contained in:
dudaodong
2023-02-23 10:58:43 +08:00
parent 65704dea06
commit ef19a414bc

View File

@@ -207,7 +207,7 @@ import (
func main() { func main() {
count := 0 count := 0
add := func() { add := func() {
count++ count++
} }