1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:04:40 -07:00

netchan: move to old/netchan

Part of Go version 1 rearrangement.
No gofix, since the new name is not in Go 1.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5245055
This commit is contained in:
Rob Pike 2011-10-12 11:46:50 -07:00
parent 0601000968
commit fefadcf51c
6 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@ DIRS=\
net\
net/dict\
net/textproto\
netchan\
old/netchan\
old/regexp\
old/template\
os\

View File

@ -2,12 +2,12 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include ../../Make.inc
include ../../../Make.inc
TARG=netchan
TARG=old/netchan
GOFILES=\
common.go\
export.go\
import.go\
include ../../Make.pkg
include ../../../Make.pkg