func fmt.Print

2 uses

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

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