func time.ParseDuration
5 uses
time (current package)
format.go#L1374: func ParseDuration(s string) (Duration, error) {
flag
flag.go#L269: v, err := time.ParseDuration(s)
github.com/prometheus/procfs
mountstats.go#L358: d, err := time.ParseDuration(ss[1] + "s")
gopkg.in/yaml.v2
decode.go#L509: d, err := time.ParseDuration(resolved)
testing
benchmark.go#L59: d, err := time.ParseDuration(s)
![]() |
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. |