Home | History | Annotate | Download | only in doc

Lines Matching full:sprint

1649 fmt.Println(fmt.Sprint("Hello ", 23))
2109 work that <code>Sprint</code> already does for slices. We can share the
2111 <code>[]int</code> before calling <code>Sprint</code>.
2116 return fmt.Sprint([]int(s))
2142 return fmt.Sprint([]int(s))