We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://github.com/aconley/TheGoProgrammingLanguage/blob/master/src/exercises/gopl.io/ch7/counters/countingwriter.go
I think whether err i== nil, we should do *c.count += int64(n). What's your opinion?
*c.count += int64(n)