@@ -18,7 +18,7 @@ func main() {
|
||||
// Here's a sample of the functions available in
|
||||
// `strings`. Since these are functions from the
|
||||
// package, not methods on the string object itself,
|
||||
// we need pass the string in question as the first
|
||||
// we need to pass the string in question as the first
|
||||
// argument to the function. You can find more
|
||||
// functions in the [`strings`](https://pkg.go.dev/strings)
|
||||
// package docs.
|
||||
|
@@ -1,2 +1,2 @@
|
||||
a8fc7e03fd17f6d432adf2f0e991461630ce4350
|
||||
DSKkoyx9Rcy
|
||||
e1e2ea01b9c79fecebfece602915e9367b02a083
|
||||
wKSAzxfs96O
|
||||
|
4
public/string-functions
generated
4
public/string-functions
generated
@@ -46,7 +46,7 @@ to give you a sense of the package.</p>
|
||||
|
||||
</td>
|
||||
<td class="code leading">
|
||||
<a href="https://go.dev/play/p/DSKkoyx9Rcy"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
|
||||
<a href="https://go.dev/play/p/wKSAzxfs96O"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
|
||||
<pre class="chroma"><code><span class="line"><span class="cl"><span class="kn">package</span> <span class="nx">main</span></span></span></code></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -91,7 +91,7 @@ it a lot below.</p>
|
||||
<p>Here’s a sample of the functions available in
|
||||
<code>strings</code>. Since these are functions from the
|
||||
package, not methods on the string object itself,
|
||||
we need pass the string in question as the first
|
||||
we need to pass the string in question as the first
|
||||
argument to the function. You can find more
|
||||
functions in the <a href="https://pkg.go.dev/strings"><code>strings</code></a>
|
||||
package docs.</p>
|
||||
|
Reference in New Issue
Block a user