Home | History | Annotate | Download | only in types

Lines Matching full:sprint

750 		if got := fmt.Sprint(info.InitOrder); got != test.want {
788 if got, want := fmt.Sprint(vars), "[x y]"; got != want {