type expvar.Var
10 uses
expvar (current package)
expvar.go#L40: type Var interface {
expvar.go#L110: Value Var
expvar.go#L154: func (v *Map) Get(key string) Var {
expvar.go#L156: av, _ := i.(Var)
expvar.go#L160: func (v *Map) Set(key string, av Var) {
expvar.go#L227: f(KeyValue{k, i.(Var)})
expvar.go#L276: func Publish(name string, v Var) {
expvar.go#L288: func Get(name string) Var {
expvar.go#L290: v, _ := i.(Var)
expvar.go#L328: f(KeyValue{k, val.(Var)})
![]() |
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. |