1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:40:23 -07:00

net: fix plan9 build

R=golang-dev, akumar
CC=golang-dev
https://golang.org/cl/7564043
This commit is contained in:
Mikio Hara 2013-03-07 19:15:00 +09:00
parent ae7aa345db
commit 3fc244f370

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !plan9
package net
import (