fmt.Errorf
standard libraryThe 1st most-called standard-library function by production calls. Called 8,730 times across 191 modules; 8,402 of those run outside tests and generated code.
5% in production calls vs 2026-06-sample (7,979 → 8,402)
- prod calls
- 8,402
- non-test, non-generated
- all calls
- 8,730
- total callsites
- modules
- 191
- distinct callers
- in loop
- 18%
- of prod calls
- in tests
- 2%
- 210 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 1.6× the estimated relative cost of fmt.Sprintf . Benchmarked at 118.6 ns/op × 8,402 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, go1.22.5), and static call counts are not runtime frequency. How this is estimated →
who calls this
Notable callers
Production calls into Errorf from notable Go projects. Open one on the map to see what else it hammers.
- gRPC-Go 3,361 40%
- Kubernetes 2,857 34%
- Docker 2,353 28%
- HashiCorp 2,016 24%
- Go (golang.org/x) 1,680 20%
where it's called
Callsites in the wild
7 representative callsites of 8,730, prioritizing in-loop and non-test usage. We link to source, never display it.
-
google.golang.org/grpc @v1.62.1
in loop - in loop
-
google.golang.org/grpc @v1.62.1
in loop -
sirupsen/logrus @v1.9.3
-
spf13/pflag @v1.0.5
-
sirupsen/logrus @v1.9.3
-
prometheus/prometheus @v0.51.2
test
top callers
The modules that reach for it
The modules that call Errorf most in this snapshot.
- google.golang.org/grpc3,11936%
- github.com/sirupsen/logrus1,81521%
- github.com/prometheus/prometheus1,01212%
- github.com/spf13/pflag7489%
siblings
More from fmt
The other most-called functions in this package. See all →