type expvar.KeyValue
7 uses
expvar (current package)
expvar.go#L108: type KeyValue struct {
expvar.go#L117: v.Do(func(kv KeyValue) {
expvar.go#L222: func (v *Map) Do(f func(KeyValue)) {
expvar.go#L227: f(KeyValue{k, i.(Var)})
expvar.go#L323: func Do(f func(KeyValue)) {
expvar.go#L328: f(KeyValue{k, val.(Var)})
expvar.go#L336: Do(func(kv KeyValue) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |