diff options
| author | Rob Pike <r@golang.org> | 2009-09-30 13:11:33 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-09-30 13:11:33 -0700 |
| commit | 0632bb4ae51c3f60c7beffaada5af2d82157dec8 (patch) | |
| tree | 3cf48014a854d9ceee474a3c4628bcb714dbf8c9 /src/pkg/Makefile | |
| parent | 164a7bceeb67af9490d970e3c6e665198c6e1c9a (diff) | |
| download | go-0632bb4ae51c3f60c7beffaada5af2d82157dec8.tar.xz | |
rename the public exvar package to be expvar.
R=rsc
DELTA=684 (324 added, 324 deleted, 36 changed)
OCL=35161
CL=35163
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 ad2b7828d2..6dd11f93e3 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -40,7 +40,7 @@ DIRS=\ debug/proc\ ebnf\ exec\ - exvar\ + expvar\ flag\ fmt\ go/ast\ |
