func fmt.Print

9 uses

	fmt (current package)
		print.go#L271: func Print(a ...any) (n int, err error) {

	go/parser
		parser.go#L98: 		fmt.Print(dots)
		parser.go#L102: 	fmt.Print(dots[0:i])

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

	testing
		testing.go#L2349: 				fmt.Print(chatty.prefix(), "FAIL: package testing must run tests\n")
		testing.go#L2355: 			fmt.Print(chatty.prefix(), "testing: race detected outside of test execution\n")
		testing.go#L2359: 			fmt.Print(chatty.prefix(), "FAIL\n")
		testing.go#L2367: 		fmt.Print(chatty.prefix(), "FAIL\n")
		testing.go#L2378: 		fmt.Print(chatty.prefix(), "PASS\n")