i++ (golint)
This commit is contained in:
parent
2faeae3aa6
commit
080d71ef9c
@ -14,7 +14,7 @@ import "fmt"
|
||||
func intSeq() func() int {
|
||||
i := 0
|
||||
return func() int {
|
||||
i += 1
|
||||
i++
|
||||
return i
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user