var github.com/prometheus/common/model.dotPrecision
3 uses
github.com/prometheus/common/model (current package)
time.go#L111: var dotPrecision = int(math.Log10(float64(second)))
time.go#L141: prec := dotPrecision - len(p[1])
time.go#L143: p[1] = p[1][:dotPrecision]
![]() |
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. |