]> Cypherpunks repositories - gostls13.git/commit
all: fix "result not used" vet warnings
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 7 Jul 2016 22:32:49 +0000 (15:32 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 16 Aug 2016 14:15:10 +0000 (14:15 +0000)
commit40cf4ad0ef2232d65a85d35897ea11aab95e9ef4
tree2f89a5df6fdf176e8269335d8c1f2264e5ec0d25
parentc70bdd378811be6d56a3483fe6b9c5ed7b40cb2d
all: fix "result not used" vet warnings

For tests, assign to _.
For benchmarks, assign to a sink.

Updates #11041

Change-Id: I87c5543245c7bc74dceb38902f4551768dd37948
Reviewed-on: https://go-review.googlesource.com/27116
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/math/big/decimal_test.go
src/net/dnsmsg_test.go
src/net/ip_test.go
src/time/time_test.go