Commit 5d306dcd authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

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/41752Reviewed-by: default avatarDavid du Colombier <0intro@gmail.com>
parent 7fc82104
...@@ -9,7 +9,6 @@ package cgi ...@@ -9,7 +9,6 @@ package cgi
import ( import (
"os" "os"
"strconv" "strconv"
"testing"
) )
func isProcessRunning(pid int) bool { func isProcessRunning(pid int) bool {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment