[ja] apply patch

This commit is contained in:
Shin Kojima
2013-12-26 01:21:32 +09:00
parent e86317953c
commit 0f5bb6668e

View File

@@ -159,7 +159,7 @@ channelは`<-`演算子を使ってデータを送ったり受けたりします
case c <- x:
x, y = y, x + y
case <-quit:
fmt.Println("quit")
fmt.Println("quit")
return
}
}
@@ -229,7 +229,7 @@ runtimeパッケージにはgoroutineを処理するいくつかの関数が含
- GOMAXPROCS
実行できるCPUコア数を設定します。
実行できるCPUコア数の最大値を設定し、前のコア数を返します。