*: gofmt/goimports simplify

This commit is contained in:
Tamir Duberstein
2016-07-27 10:46:58 -04:00
parent 711a24cde2
commit 9aa8038716
4 changed files with 10 additions and 7 deletions

View File

@ -58,7 +58,7 @@ func closeLoopUnary() {
for i := 0; i < *maxConcurrentRPCs; i++ {
go func() {
for _ = range ch {
for range ch {
start := time.Now()
unaryCaller(tc)
elapse := time.Since(start)