You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Run 'go tool vet -v' on a go source that contains a log.Fatalf() or fmt.Sprintf() (or
alike), for which the pattern string is either completely on the next line, or the
pattern string is split in multiple strings that are concatenated with '+'.
What is the expected output?
No complaint from 'go vet'.
What do you see instead?
<sourcefilename>.go:<line>:<col>: can't check non-literal format in
call to Fatalf
Which compiler are you using (5g, 6g, 8g, gccgo)?
8g I guess, cause on Win7 32bit
Which operating system are you using?
Windows 7 (32bit), but I see the same on Ubuntu 12.04 (32bit)
Which version are you using? (run 'go version')
Go version 1.0.3
Please provide any additional information below.
I searched the Mercurial history for changes to the src/cmd/vet folder, but did not see
anything that indicated this was already solved for the next release.
The text was updated successfully, but these errors were encountered:
by johan.samyn:
The text was updated successfully, but these errors were encountered: