As per the vet check being introduced in 1.15 (https://github.com/golang/go/issues/32479), conversions of the form string(int) are flagged by go vet. The suggested fix is to instead use string(rune). Additionally, since google/pprof is vendored into the go tree, we avoid test failures from vet flagging this dependency (see CL https://go-review.googlesource.com/c/go/+/220977).
|
||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
|
|
238 |
|
|
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|