修复`的申明

This commit is contained in:
xiemengjun
2012-08-25 19:38:06 +08:00
parent 00c6d8fd1c
commit e2344a7902

2
2.2.md
View File

@@ -133,7 +133,7 @@ GO语言里面定义变量有好几种方式。
japanese_hello := "Ohaiou" //同上
french_hello = "Bonjour" //normal assignation
}
在Go中字符串是不可变的例如如下的代码编译时会报错
var s string = "hello"