go/src/internal
Russ Cox 20b79fd577 time: provide non-default metric for asynctimerchan
The original implementation could not support a non-default metric,
but now that it is set during package time, we can. Do that.


Change-Id: If7929b0afa5b0142d299718d9bd811c5a8d1cf93
Reviewed-on: https://go-review.googlesource.com/c/go/+/589058
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-06-21 12:36:22 +00:00
..
abi internal/abi, cmd/compile, runtime: deduplicate rangefunc consts 2024-05-23 01:04:30 +00:00
asan internal/asan: match runtime.asan{read,write} len parameter type 2024-03-19 16:19:26 +00:00
bisect internal/bisect: use f.Function instead of f.Func.Name in stack trace 2024-05-03 17:28:43 +00:00
buildcfg internal/abi, internal/buildcfg: always enable register ABI on loong64 2024-04-15 17:38:52 +00:00
bytealg all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
byteorder internal/byteorder: new package 2024-05-10 20:31:29 +00:00
cfg cmd/dist,internal: add GOARM64 environment variable 2024-03-06 01:33:19 +00:00
chacha8rand internal/chacha8rand: use internal/byteorder 2024-05-13 21:47:29 +00:00
concurrent internal/concurrent: make HashTrieMap iteration more idiomatic 2024-05-22 16:01:55 +00:00
coverage cmd/go: fix problems with coverage percentage reporting w/ -coverpkg 2024-06-14 11:46:05 +00:00
cpu all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
dag all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
diff
filepathlite path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
fmtsort all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
fuzz internal/fuzz: fix names of noCopy methods 2024-05-08 19:28:14 +00:00
goarch
godebug all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
godebugs time: provide non-default metric for asynctimerchan 2024-06-21 12:36:22 +00:00
goexperiment internal/goexperiment: add aliastypeparams GOEXPERIMENT flag 2024-05-21 16:19:47 +00:00
goos
goroot
gover
goversion
itoa
lazyregexp
lazytemplate
msan
nettrace
obscuretestdata
oserror
pkgbits
platform cmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64 2024-05-04 07:50:22 +00:00
poll internal/poll: update WaitWrite comment 2024-05-31 04:09:44 +00:00
profile
profilerecord runtime: increase profiling stack depth to 128 2024-05-21 14:38:45 +00:00
race
reflectlite internal/reflectlite: remove redundent ifaceIndir 2024-05-07 17:01:54 +00:00
runtime internal/runtime/exithook: make safe for concurrent os.Exit 2024-05-24 16:41:13 +00:00
saferio
singleflight
stringslite strings: move Clone to stringslite 2024-05-04 01:23:42 +00:00
syscall internal/syscall/unix: fix UTIME_OMIT for dragonfly 2024-06-18 22:25:08 +00:00
sysinfo internal/sysinfo: rename osCpuInfoName to osCPUInfoName 2024-05-07 18:42:42 +00:00
testenv hash/maphash: parallel run test 2024-05-03 16:41:38 +00:00
testlog all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
testpty
trace all: make function comments match function names 2024-06-03 14:56:25 +00:00
txtar
types go/types, types2: typecheck cases even if switch expression is invalid 2024-06-13 20:48:17 +00:00
unsafeheader
weak internal/weak: remove unnecessary conversion, fix typo 2024-04-26 22:13:25 +00:00
xcoff internal/xcoff: fix typo in comment 2024-03-04 17:32:51 +00:00
zstd internal/zstd: optimize window reset using make for buffer allocation 2024-04-02 13:49:23 +00:00