]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: clean up printing errors with no position
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 11 Jul 2016 19:30:45 +0000 (12:30 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Aug 2016 15:42:30 +0000 (15:42 +0000)
commit0952a15cd17755c655910e4b2601d0f255d71c42
treec1b2850c53f26a444adea8d59494aa2d1f0831ff
parent4af1148079f00b461c9ae79df22aa647aa7ff5ef
cmd/vet: clean up printing errors with no position

Before:

: runtime/asm_amd64.s:345: [amd64] morestack: use of 8(SP) points beyond argument frame

After:

runtime/asm_amd64.s:345: [amd64] morestack: use of 8(SP) points beyond argument frame

Updates #11041

Change-Id: Ic87a6d1a2a7b2a8bf737407bc981b159825c84f2
Reviewed-on: https://go-review.googlesource.com/27152
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/vet/main.go