]> Cypherpunks repositories - gostls13.git/commit
expvar: revise API.
authorDavid Symonds <dsymonds@golang.org>
Sat, 4 Feb 2012 03:32:05 +0000 (14:32 +1100)
committerDavid Symonds <dsymonds@golang.org>
Sat, 4 Feb 2012 03:32:05 +0000 (14:32 +1100)
commit715588f1d3ecc92087018be2aa758c55d1e03d13
tree0ab1eeead3eaeb0a165afd5c2cbfef74465e40d1
parentf25a3873b74bf48c6f0e41e9091e8beba087a1f2
expvar: revise API.

Nuke RemoveAll from the public API.
Replace Iter functions with Do functions.

Fixes #2852.

R=rsc, r
CC=golang-dev
https://golang.org/cl/5622055
doc/go1.html
doc/go1.tmpl
src/pkg/expvar/expvar.go
src/pkg/expvar/expvar_test.go