fmt.Println
standard libraryThe 45th most-called standard-library function by production calls. Called 50,081 times across 1,096 modules; 23,371 of those run outside tests and generated code.
- prod calls
- 23,371
- non-test, non-generated
- all calls
- 50,081
- total callsites
- modules
- 1,096
- distinct callers
- in loop
- 14%
- of prod calls
- in tests
- 53%
- 26,665 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 Println from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 463 2%
- Grafana 255 1%
- Dgraph 199 <1%
- Velero 194 <1%
- Argo 149 <1%
where it's called
Callsites in the wild
12 representative callsites of 50,081, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
liamstask/goose @v0.0.0-20150115234039-8488cc47d90c
lib/goose/migrate.go:99
in loop - in loop
-
cilium/cilium @v1.20.0
in loop - in loop
- in loop
-
miekg/dns @v0.6.90
cmd/parse/parse.go:55
in loop - in loop
- in loop
- in loop
-
encr.dev @v1.57.13
cli/cmd/encore/daemon.go:49
in loop
top callers
The modules that reach for it
The modules that call Println most in this snapshot.
- github.com/aws/aws-sdk-go12,61825%
- github.com/gogf/gf/v22,5005%
- github.com/baidubce/bce-sdk-go2,0224%
- github.com/inancgumus/learngo1,2543%
- github.com/astaxie/build-web-application-with-golang1,1312%
siblings
More from fmt
The other most-called functions in this package. See all →