time.Duration.String (method, view implemented interface methods)
4 uses
time (current package)
time.go#L614: func (d Duration) String() string {
context
context.go#L475: time.Until(c.deadline).String() + "])"
flag
flag.go#L279: func (d *durationValue) String() string { return (*time.Duration)(d).String() }
testing
benchmark.go#L47: return time.Duration(f.d).String()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)