]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: ignore printf failures in cmd
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 10 Sep 2016 22:21:12 +0000 (15:21 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 10 Sep 2016 22:42:26 +0000 (22:42 +0000)
commitf15915af4effbbe6895ae69be02d22ac016927d5
tree3c409a3c1dc3b2e591b499b6724edc0dac841a82
parent8e84a5dd47d5c27e83f40439a4240a7504134039
cmd/vet: ignore printf failures in cmd

This is a temporary measure to work around #17057.
It will be reverted when #17057 is fixed.

Change-Id: I21c02f63f3530774c91065cfed5d9c566839ed9f
Reviewed-on: https://go-review.googlesource.com/28959
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/vet/all/main.go