diff --git a/README.md b/README.md index e75e12c..5165e1b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ * [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) (注:原文由[为之漫笔](http://www.cn-cuckoo.com)翻译,原始地址无法打开,所以此处地址为我博客上的备份) * [学用 JavaScript 设计模式](http://www.oschina.net/translate/learning-javascript-design-patterns) * [Node入门](http://www.nodebeginner.org/index-zh-cn.html) +* [Nodejs Wiki Book](https://github.com/nodejs-tw/nodejs-wiki-book) (繁体中文) * [backbone.js入门教程](http://www.the5fire.com/backbone-js-tutorials-pdf-download.html) (PDF) * [Backbone.js入门教程第二版](https://github.com/the5fire/backbonejs-learning-note) * [Developing Backbone.js Applications(中文版)](http://feliving.github.io/developing-backbone-applications) @@ -78,6 +79,7 @@ * [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) * [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) +* [学习Go语言](http://mikespook.com/learning-go/) ([源码](https://github.com/mikespook/Learning-Go-zh-cn)、[PDF](http://xxiyy.qiniudn.com/%E5%AD%A6%E4%B9%A0%20Go%20%E8%AF%AD%E8%A8%80(Golang).pdf?download)) * [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) * [Go实战开发](https://github.com/astaxie/Go-in-Action) * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh)