type expvar.Float
9 uses
expvar (current package)
expvar.go#L69: type Float struct {
expvar.go#L73: func (v *Float) Value() float64 {
expvar.go#L77: func (v *Float) String() string {
expvar.go#L83: func (v *Float) Add(delta float64) {
expvar.go#L96: func (v *Float) Set(value float64) {
expvar.go#L196: i, dup = v.m.LoadOrStore(key, new(Float))
expvar.go#L203: if iv, ok := i.(*Float); ok {
expvar.go#L302: func NewFloat(name string) *Float {
expvar.go#L303: v := new(Float)
![]() |
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. |