update 2.3 .png files and fix some sentences

updates 2.3.inti.png
fix words/ sentences in 2.2 and 2.3
This commit is contained in:
Wenlei
2012-10-13 16:50:57 +08:00
parent a822be1f1a
commit 800d2fe2cf
3 changed files with 13 additions and 6 deletions

1
2.2.md
View File

@@ -108,6 +108,7 @@ Go对于已声明但未使用的变量会在编译阶段报错比如下面的
> var a int8
> var b int32
> c:=a + b
>另外尽管int的长度是32 bit, 但int 与 int32并不可以互用。
浮点数的类型有`float32``float64`两种(没有`float`类型),默认是`float64`