[ja] apply patch
This commit is contained in:
@@ -129,7 +129,7 @@ Goではbool値の型は`bool`です。値は`true`もしくは`false`です。
|
|||||||
var emptyString string = "" // 文字列変数を一つ宣言し、空文字列で初期化する。
|
var emptyString string = "" // 文字列変数を一つ宣言し、空文字列で初期化する。
|
||||||
func test() {
|
func test() {
|
||||||
no, yes, maybe := "no", "yes", "maybe" // 短縮宣言、同時に複数の変数を宣言
|
no, yes, maybe := "no", "yes", "maybe" // 短縮宣言、同時に複数の変数を宣言
|
||||||
japaneseHello := "Ohaiou" // 同上
|
japaneseHello := "Konichiwa" // 同上
|
||||||
frenchHello = "Bonjour" // 通常の代入
|
frenchHello = "Bonjour" // 通常の代入
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user