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.
2 parents 711ef8b + 83aa3b1 commit 5975917Copy full SHA for 5975917
src/fmt/format.go
@@ -57,6 +57,8 @@ func (f *fmt) clearflags() {
57
58
func (f *fmt) init(buf *buffer) {
59
f.buf = buf
60
+ f.wid = 0
61
+ f.prec = 0
62
f.clearflags()
63
}
64
0 commit comments