fmt.Print
standard libraryThe 466th most-called standard-library function by production calls. Called 2,141 times across 388 modules; 1,717 of those run outside tests and generated code.
- prod calls
- 1,717
- non-test, non-generated
- all calls
- 2,141
- total callsites
- modules
- 388
- distinct callers
- in loop
- 26%
- of prod calls
- in tests
- 19%
- 416 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.
who calls this
Notable callers
Production calls into Print from notable Go projects. Open one on the map to see what else it hammers.
- Argo 54 3%
- Kubernetes 43 3%
- HashiCorp 32 2%
- CockroachDB 23 1%
- Velero 23 1%
where it's called
Callsites in the wild
12 representative callsites of 2,141, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
-
fyne.io/fyne @v1.4.3
cmd/fyne/main.go:95
in loop - in loop
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/29_package-bufio/04_scan-words/01/main.go:23 ↗
in loop - in loop
- in loop
-
Jguer/yay @v8.1173.0+incompatible
in loop -
TheAlgorithms/Go @v0.0.3-alpha
in loop -
air-verse/air @v1.67.4
in loop
top callers
The modules that reach for it
The modules that call Print most in this snapshot.
- github.com/inancgumus/learngo1196%
- github.com/ollama/ollama844%
- github.com/baidubce/bce-sdk-go643%
- github.com/gogf/gf/v2593%
- github.com/gastownhall/gastown543%
siblings
More from fmt
The other most-called functions in this package. See all →