mirror of
https://github.com/golang/go
synced 2024-11-06 02:36:15 -07:00
9bfbc38543
I noticed that in a couple places, event.Error was called with a message containing formatting verb. This was my likely done out of habit, but is an incorrect use of the API: err is not formatted in the message but is rather applied as an event label. Remove the unused formatting verbs. Change-Id: I52f914da81e338013c7449066e5d9ffa40a0a4c1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/232137 Reviewed-by: Ian Cottrell <iancottrell@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
autostart_default.go | ||
autostart_posix.go | ||
lsprpc_test.go | ||
lsprpc.go |