func time.fmtFrac 3 uses time (current package) time.go#L650: w, u = fmtFrac(buf[:w], u, prec) time.go#L656: w, u = fmtFrac(buf[:w], u, 9) time.go#L691: func fmtFrac(buf []byte, v uint64, prec int) (nw int, nv uint64) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)