Merge commit 'b3f9246bb000c6fa55255dac2693cd584dd7e3b2' into ja

This commit is contained in:
Shin Kojima
2014-09-21 23:10:12 +09:00

View File

@@ -115,7 +115,7 @@ That's all? No! Go supports complex numbers as well. `complex128` (with a 64-bit
### String
We just talked about how Go uses the UTF-8 character set. Strings are represented by double quotes `""` or backtracks ``` `.
We just talked about how Go uses the UTF-8 character set. Strings are represented by double quotes `""` or backticks ``` `` ```.
// sample code
var frenchHello string // basic form to define string