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