Merge branch 'mmcgrana:master' into master
This commit is contained in:
commit
7e7ace7550
@ -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 = "สวัสดี"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
c96321f2951af50985c648779a3a41d0b48007a7
|
766c486b73701deb5af9a3f5249d4febc3beda89
|
||||||
jDBFShEYIwP
|
y9AcFzz3UJn
|
||||||
|
4
public/strings-and-runes
generated
4
public/strings-and-runes
generated
@ -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 “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.</p>
|
encoded text.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user