golang.org/x/tools@v0.21.0/go/ssa/interp/testdata/src/time/time.go (about) 1 package time 2 3 type Duration int64 4 5 func Sleep(Duration)