diff options
| author | Rob Pike <r@golang.org> | 2011-10-12 11:46:50 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2011-10-12 11:46:50 -0700 |
| commit | fefadcf51cc8b00fad84f6c0a8ed79bf6aeff46f (patch) | |
| tree | 76789e84045f035aebc27ee5eb430d1c9a90dffc /src/pkg/Makefile | |
| parent | 060100096818f3eb6393a9a8420afa1fef2522e8 (diff) | |
| download | go-fefadcf51cc8b00fad84f6c0a8ed79bf6aeff46f.tar.xz | |
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
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index dafc2048d9..79f9882d08 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -130,7 +130,7 @@ DIRS=\ net\ net/dict\ net/textproto\ - netchan\ + old/netchan\ old/regexp\ old/template\ os\ |
