func fmt.Print

8 uses

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

	go/parser
		parser.go#L100: 		fmt.Print(dots)
		parser.go#L104: 	fmt.Print(dots[0:i])

	testing
		testing.go#L2455: 				fmt.Print(chatty.prefix(), "FAIL: package testing must run tests\n")
		testing.go#L2461: 			fmt.Print(chatty.prefix(), "testing: race detected outside of test execution\n")
		testing.go#L2465: 			fmt.Print(chatty.prefix(), "FAIL\n")
		testing.go#L2473: 		fmt.Print(chatty.prefix(), "FAIL\n")
		testing.go#L2484: 		fmt.Print(chatty.prefix(), "PASS\n")