diff options
| author | Rob Pike <r@golang.org> | 2011-08-17 14:34:48 +1000 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2011-08-17 14:34:48 +1000 |
| commit | 73b7afbebd4bc18084a334fa40ff957f1607e080 (patch) | |
| tree | 3f7db4409b504fd1809969c8262656ec1c7cc13e /src/pkg/Makefile | |
| parent | ff0240da6db6bd7cb5f87b3b8bde965cf5dd22d5 (diff) | |
| download | go-73b7afbebd4bc18084a334fa40ff957f1607e080.tar.xz | |
template: delete old template code.
It's already in old/template; make that build.
Update a couple of references to point to the old template.
They can be updated later.
Update goplay to use exp/template.
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4902046
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 388e2a1d31..6fc4f9e46a 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -131,6 +131,7 @@ DIRS=\ net/dict\ net/textproto\ netchan\ + old/template\ os\ os/signal\ os/user\ @@ -156,7 +157,6 @@ DIRS=\ syscall\ syslog\ tabwriter\ - template\ testing\ testing/iotest\ testing/quick\ |
