Skip to content

Commit 5d306dc

Browse files
committed
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 <[email protected]>
1 parent 7fc8210 commit 5d306dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/http/cgi/plan9_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ package cgi
99
import (
1010
"os"
1111
"strconv"
12-
"testing"
1312
)
1413

1514
func isProcessRunning(pid int) bool {

0 commit comments

Comments
 (0)