From: Mikio Hara Date: Thu, 7 Mar 2013 10:15:00 +0000 (+0900) Subject: net: fix plan9 build X-Git-Tag: go1.1rc2~652 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3fc244f37065f3eb0bc8cd54e6aff0ced2889969;p=gostls13.git net: fix plan9 build R=golang-dev, akumar CC=golang-dev https://golang.org/cl/7564043 --- diff --git a/src/pkg/net/ipraw_test.go b/src/pkg/net/ipraw_test.go index 65defc7ea6..3cf8297e43 100644 --- a/src/pkg/net/ipraw_test.go +++ b/src/pkg/net/ipraw_test.go @@ -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 (