Skip to content

Commit c6ca9e1

Browse files
committed
[ja] apply patch
1 parent 9156a36 commit c6ca9e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ja/ebook/02.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Goはすでに宣言されている未使用の変数をコンパイル時にエ
7878
const MaxThread = 10
7979
const prefix = "astaxie_"
8080

81+
Go の定数は一般的なプログラミング言語と異なり、かなり多くの小数点以下の桁を指定することができます(たとえば200桁など)、
82+
float32に自動的な32bitへの短縮を指定したり、float64に自動的な64bitへの短縮を指定するには[リンク](http://golang.org/ref/spec#Constants)をご参照ください。
8183

8284
## ビルトイン基本型
8385

0 commit comments

Comments
 (0)