aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-04-25 20:08:31 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-04-25 20:34:38 +0000
commit5d306dcdace2ec5cde7d0008d6126c3cffe25ea1 (patch)
tree30316833cdc301b6f22933ebaab4f1a10452b014 /src/net/http/cgi
parent7fc82104ea87d51893f6d0664c5753be7c67b297 (diff)
downloadgo-5d306dcdace2ec5cde7d0008d6126c3cffe25ea1.tar.xz
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>
Diffstat (limited to 'src/net/http/cgi')
-rw-r--r--src/net/http/cgi/plan9_test.go1
1 files changed, 0 insertions, 1 deletions
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 {