func fmt.Print
5 uses
fmt (current package)
print.go#L241: func Print(a ...any) (n int, err error) {
go/parser
parser.go#L92: fmt.Print(dots)
parser.go#L96: fmt.Print(dots[0:i])
go/printer
printer.go#L109: fmt.Print(p.pos.String() + ": ")
testing
testing.go#L893: fmt.Print(c.decorate(s, depth+1))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)