-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/analysis/passes/printf: reshorten diagnostic about %s in Println call
Originally the message said: Println call has possible formatting directive %v For golang/go#47872 it was extended to: Println call contains %v, possibly intended as Printf formatting directive The only new information content in this message is the mention of Printf. All the rest of the wording is just longer words. This CL preserves the Printf mention but goes back to the more concise text: Println call has possible Printf formatting directive %v Fixes golang/go#47872. Change-Id: Id514644d0cdbb4c983797e756be5e4444230cc1c Reviewed-on: https://go-review.googlesource.com/c/tools/+/493617 TryBot-Result: Gopher Robot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> Run-TryBot: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org>
- Loading branch information
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters