Merge branch 'mmcgrana:master' into master

This commit is contained in:
Arash Sameni 2022-02-10 22:20:10 +03:30 committed by GitHub
commit 7e7ace7550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ import (
func main() { func main() {
// `s` is a `string` assigned a literal value // `s` is a `string` assigned a literal value
// representing the world "hello" in the Thai // representing the word "hello" in the Thai
// language. Go string literals are UTF-8 // language. Go string literals are UTF-8
// encoded text. // encoded text.
const s = "สวัสดี" const s = "สวัสดี"

View File

@ -1,2 +1,2 @@
c96321f2951af50985c648779a3a41d0b48007a7 766c486b73701deb5af9a3f5249d4febc3beda89
jDBFShEYIwP y9AcFzz3UJn

View File

@ -48,7 +48,7 @@ introduction to the topic.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="http://play.golang.org/p/jDBFShEYIwP"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" /> <a href="http://play.golang.org/p/y9AcFzz3UJn"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><span class="kn">package</span> <span class="nx">main</span> <pre class="chroma"><span class="kn">package</span> <span class="nx">main</span>
</pre> </pre>
</td> </td>
@ -82,7 +82,7 @@ introduction to the topic.</p>
<tr> <tr>
<td class="docs"> <td class="docs">
<p><code>s</code> is a <code>string</code> assigned a literal value <p><code>s</code> is a <code>string</code> assigned a literal value
representing the world &ldquo;hello&rdquo; in the Thai representing the word &ldquo;hello&rdquo; in the Thai
language. Go string literals are UTF-8 language. Go string literals are UTF-8
encoded text.</p> encoded text.</p>