]> Cypherpunks repositories - gostls13.git/commit
net/http/cgi: fix plan9 build
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 20:08:31 +0000 (20:08 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 20:34:38 +0000 (20:34 +0000)
commit5d306dcdace2ec5cde7d0008d6126c3cffe25ea1
tree30316833cdc301b6f22933ebaab4f1a10452b014
parent7fc82104ea87d51893f6d0664c5753be7c67b297
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>
src/net/http/cgi/plan9_test.go