func time.Sleep
7 uses
time (current package)
sleep.go#L14: func Sleep(d Duration)
github.com/jackc/pgx/v5/pgconn
pgconn.go#L2934: time.Sleep(100 * time.Millisecond)
go.uber.org/goleak
options.go#L157: time.Sleep(d)
net/http
server.go#L1810: time.Sleep(rstAvoidanceDelay)
server.go#L3449: time.Sleep(tempDelay)
runtime/pprof
pprof.go#L928: time.Sleep(100 * time.Millisecond)
testing
testing.go#L1512: time.Sleep(nextSleep)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)