]> Cypherpunks repositories - gostls13.git/commit
net/textproto: pass missing argument to fmt.Sprintf
authorIan Lance Taylor <iant@golang.org>
Thu, 27 Feb 2020 02:34:25 +0000 (18:34 -0800)
committerIan Lance Taylor <iant@golang.org>
Sun, 1 Mar 2020 02:13:41 +0000 (02:13 +0000)
commit33e98326a25d54cef19e94ca73c45eaed8847f56
tree274bf4523096b15aaceed831d2cbfe6a77eb6d00
parent2962c96c9f24b685c86133cdd7612026827278d8
net/textproto: pass missing argument to fmt.Sprintf

The vet tool didn't catch this because the fmt.Sprintf format argument
was written as an expression.

Fixes #37467

Change-Id: I72c20ba45e3f42c195fa5e68adcdb9837c7d7ad5
Reviewed-on: https://go-review.googlesource.com/c/go/+/221297
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/textproto/reader.go