errors.Join
standard libraryThe 213th most-called standard-library function by production calls. Called 5,102 times across 381 modules; 4,722 of those run outside tests and generated code.
5% in production calls vs 2026-W37 (4,485 → 4,722)
- prod calls
- 4,722
- non-test, non-generated
- all calls
- 5,102
- total callsites
- modules
- 381
- distinct callers
- in loop
- 24%
- of prod calls
- in tests
- 6%
- 302 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
estimate
Estimated relative cost
Roughly 0.01× the estimated relative cost of fmt.Sprintf . Benchmarked at 41.11 ns/op × 4,722 production calls, normalized so fmt.Sprintf = 1.0.
This is not dollars and not a verdict. Per-op time depends heavily on inputs (argument sizes, contention, patterns), the benchmark ran on a single machine (darwin/arm64 (Apple Silicon), go1.26.0), and static call counts are not runtime frequency. How this is estimated →
who calls this
Notable callers
Production calls into Join from notable Go projects. Open one on the map to see what else it hammers.
- Cilium 339 7%
- containerd 199 4%
- Kubernetes 120 3%
- Prometheus 119 3%
- HashiCorp 109 2%
where it's called
Callsites in the wild
12 representative callsites of 5,102, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
go/bufplugin @v0.10.0
internal/pkg/thread/thread.go:67
in loop -
go/standard @v0.1.0
xio/xio.go:139
in loop - in loop
- in loop
- in loop
-
docker/cli @v29.8.1+incompatible
in loop -
entgo.io/ent @v0.14.6
dialect/sql/driver.go:226
in loop -
external-secrets/external-secrets @v1.3.2
pkg/controllers/clusterexternalsecret/clusterexternalsecret_controller.go:282 ↗
in loop - in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call Join most in this snapshot.
- github.com/cilium/cilium3347%
- github.com/siderolabs/talos/pkg/machinery3116%
- github.com/fission/fission2054%
- github.com/gruntwork-io/terragrunt1563%
- github.com/dagger/dagger1483%
siblings
More from errors
The other most-called functions in this package. See all →