]> Cypherpunks repositories - gostls13.git/commit
rename the public exvar package to be expvar.
authorRob Pike <r@golang.org>
Wed, 30 Sep 2009 20:11:33 +0000 (13:11 -0700)
committerRob Pike <r@golang.org>
Wed, 30 Sep 2009 20:11:33 +0000 (13:11 -0700)
commit0632bb4ae51c3f60c7beffaada5af2d82157dec8
tree3cf48014a854d9ceee474a3c4628bcb714dbf8c9
parent164a7bceeb67af9490d970e3c6e665198c6e1c9a
rename the public exvar package to be expvar.

R=rsc
DELTA=684  (324 added, 324 deleted, 36 changed)
OCL=35161
CL=35163
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/expvar/Makefile [moved from src/pkg/exvar/Makefile with 90% similarity]
src/pkg/expvar/expvar.go [moved from src/pkg/exvar/exvar.go with 95% similarity]
src/pkg/expvar/expvar_test.go [moved from src/pkg/exvar/exvar_test.go with 99% similarity]
src/pkg/http/triv.go