From: Brad Fitzpatrick Date: Tue, 25 Apr 2017 20:08:31 +0000 (+0000) Subject: net/http/cgi: fix plan9 build X-Git-Tag: go1.9beta1~482 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5d306dcdace2ec5cde7d0008d6126c3cffe25ea1;p=gostls13.git net/http/cgi: fix plan9 build Cleanup CL https://golang.org/cl/41691 broke the plan9 build by removing a use of a package but not removing the package import. Trybots don't check that. I filed #20119 for that. Change-Id: Ia030e6924665dfb871ca964455b899d51b0200c2 Reviewed-on: https://go-review.googlesource.com/41752 Reviewed-by: David du Colombier <0intro@gmail.com> --- diff --git a/src/net/http/cgi/plan9_test.go b/src/net/http/cgi/plan9_test.go index 2c29ef8025..cc20fe03e4 100644 --- a/src/net/http/cgi/plan9_test.go +++ b/src/net/http/cgi/plan9_test.go @@ -9,7 +9,6 @@ package cgi import ( "os" "strconv" - "testing" ) func isProcessRunning(pid int) bool {