Unknown %!s(int64=13) %!d(string=hai) anos
pai
achega
6ac03216d8
Modificáronse 1 ficheiros con 14 adicións e 4 borrados
  1. 14 4
      eBook/01.2.md

+ 14 - 4
eBook/01.2.md

@@ -61,11 +61,21 @@ Go语言有一套完整的编码规范,你可以在 [Go语言编码规范](htt
 
 [LALR](http://en.wikipedia.org/wiki/LALR_parser) 是Go语言的语法标准,你也可以在 `src/cmd/gc/go.y` 中查看到,这种语法标准在编译时不需要符号表来协助解析。
 
+##1.2.5 语言的特性
+
+
 ##啊哦,亲,你看得也太快了。。。还没翻译完呢 0 0
-要不等到 ***2013年4月10日*** 再来看看吧~~
+要不等到 ***2013年4月11日*** 再来看看吧~~
 
-或者先去看看 [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming) 或者 [《Go Web编程》](https://github.com/astaxie/build-web-application-with-golang) 也可以喔~~
+这里还有一些其它的学习资源噢~
 
-如果不想学习,去逛逛 [Golang中文社区](http://bbs.mygolang.com/forum.php) 或者 [Go语言学习园地](http://studygolang.com/) 也不错哒。
+ - [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming):已更新至 [第六课](https://github.com/Unknwon/go-fundamental-programming/blob/master/lecture6/lecture6.md) 
+ - [《Go Web编程》](https://github.com/astaxie/build-web-application-with-golang)
 
-##1.2.5 语言的特性
+神马?你说你不想学习?那好吧,去逛逛论坛看看行情也行~
+
+- [Golang中文社区](http://bbs.mygolang.com/forum.php)
+- [Go语言学习园地](http://studygolang.com/)
+- [Golang中国](http://golang.tc)
+
+##1.2.6 语言的用途