]> Cypherpunks repositories - gostls13.git/commit
all: fix invalid invocations of Fatalf in goroutines
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Thu, 2 Jan 2020 10:00:55 +0000 (02:00 -0800)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Fri, 3 Jan 2020 01:36:26 +0000 (01:36 +0000)
commitf376b8510ed7884c69a09fbcf61418f7285f2787
tree59e805b37767b5be736fe476bcbd79f2ee626be3
parenta65f08830151101d4fbb524edfa2bc792932f8cc
all: fix invalid invocations of Fatalf in goroutines

Found by running the go vet pass 'testinggoroutine' that
I started in CL 212920.

Change-Id: Ic9462fac85dbafc437fe4a323b886755a67a1efa
Reviewed-on: https://go-review.googlesource.com/c/go/+/213097
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/database/sql/sql_test.go
src/net/lookup_test.go
src/time/sleep_test.go