func fmt.Print

7 uses

	fmt (current package)
		print.go#L241: func Print(a ...interface{}) (n int, err error) {

	github.com/yuin/goldmark/ast
		block.go#L467: 		fmt.Print(string(source[s.Start:s.Stop]))

	go/parser
		parser.go#L219: 		fmt.Print(dots)
		parser.go#L223: 	fmt.Print(dots[0:i])

	go/printer
		printer.go#L106: 		fmt.Print(p.pos.String() + ": ")

	golang.org/x/pkgsite/internal/testing/htmlcheck
		htmlcheck.go#L207: 		fmt.Print("  ")

	testing
		testing.go#L770: 				fmt.Print(c.decorate(s, depth+1))