Merge pull request #68 from wenlei/master

updates the images for chapter 2.3 and some words modification.
This commit is contained in:
astaxie
2012-10-13 02:30:51 -07:00
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`