- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test4 (0.02 seconds)
-
doc/go_spec.html
<pre> func Split(s string, pos int) (string, string) { return s[0:pos], s[pos:] } func Join(s, t string) string { return s + t } if Join(Split(value, len(value)/2)) != value { log.Panic("test fails") } </pre> <p> A method call <code>x.m()</code> is valid if the <a href="#Method_sets">method set</a> of (the type of) <code>x</code> contains <code>m</code> and the
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1)