##Golang资料集
* [《Platform-native GUI library for Go》](https://github.com/andlabs/ui)
介绍:跨平台的golang GUI库,支持Windows(xp以上),Unix,Mac OS X(Mac OS X 10.7以上)
* [《Gopm 快速入门》](http://blog.go-china.org/25-gopm-intro)
介绍:Gopm(Go 包管理工具) 是一个用于搜索、安装、更新和分享 Go 包的管理工具。
* [《go build 命令是如何工作的?》](http://blog.go-china.org/19-how-go-build-works)
介绍:本文以 Go 的标准库为例,介绍了 Go 编译过程的工作原理。
* [《Go 语言的国际化支持(资源文件翻译)》](http://blog.go-china.org/24-gettext-go)
介绍:在之前的 [Go语言的国际化支持(基于gettext-go)](http://my.oschina.net/chai2010/blog/190914)中, 讲到了如何翻译源代码中的字符串.
* [《Go语言资源自动回收技术》](http://my.oschina.net/chai2010/blog/161797)
介绍:Go语言作为一个现代化的编程语言以及支持垃圾内存的自动回收特性(GC). 这篇文章主要介的是非内存资源的自动回收技术.
* [《 Go 语言包管理》](http://gopm.io/)
介绍:无需 Git 和 Hg 等版本管理工具,就可以下载指定版本的 Go 语言包
* [《Go 语言中的方法,接口和嵌入类型》](http://se77en.cc/2014/05/05/methods-interfaces-and-embedded-types-in-golang/)
介绍:本文主介绍Go 语言中的方法,接口和嵌入类型。[原文地址](http://www.goinggo.net/2014/05/methods-interfaces-and-embedded-types.html)
* [《golang: 详解interface和nil》](http://my.oschina.net/goal/blog/194233)
介绍:详解golang 的interface和nil.
* [《Go并发编程之Go语言概述》](http://www.infoq.com/cn/articles/go-language-introduction)
介绍:Go并发编程之Go语言概述,主要是一些介绍与语法基础部分
* [《Go 指南》](http://tour.golangtc.com/list)
介绍:里面讲解了变量,函数,方法,接口,并发等相关的知识。而且还有可运行的代码。跨平台
* [《Ubuntu wiki:Golang》](http://wiki.ubuntu.org.cn/Golang)
介绍:Golang的开发环境与一些基础知识的介绍
* [《Golang 国内镜像》](http://docscn.studygolang.com/)
介绍:不用VPN
* [《Go Web 编程》](https://github.com/astaxie/build-web-application-with-golang)
介绍:这是一本开源书籍,本书的作者目前开发了一个开源框架[beego](beego.me),非常的有名。就目前2014年10月2日截止。在github上面有超过3000多个star了
* [《Building a testable Go web app》](https://sourcegraph.com/blog/building-a-testable-webapp)
介绍:构建一个可测试的go web 应用,step by step
* [《Go名库讲解》](https://github.com/Unknwon/go-rock-libraries-showcases)
介绍:随着 Go 语言的快速发展,各类实用、强大的官方库和第三方库层出不穷。但种类繁多与功能强大的同时,也给不少初学者带来了许多选择和使用上的困扰。很多同学因为时间和精力上的限制,无法很好地体验这些数量庞大的库。因此,作者特别制作本套教程,专门针对当中比较知名和受关注度较高的库进行基于 博客、示例和视频 的三位一体讲解。
* [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)
介绍:作者就自身学习go语言的学习经历来讲解,并且讲述了作者在学习中遇到的坑。非常适合零基础的朋友
* [《Go Web基础》](https://github.com/Unknwon/go-web-foundation)
介绍:《Go编程基础》的第二部,本套教程将以搭建个人博客作为实战目标,由浅至深地讲解使用 Go 开发 Web 应用程序的必备知识与技巧。
* [《Go入门指南》](https://github.com/Unknwon/the-way-to-go_ZH_CN)
介绍:《The Way to Go》中文译本.
* [《Building Web Apps with Go》](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/)
介绍:免费电子书,如何构建一个web app
* [《Golang generate 草案 》](http://bms.tratao.com/desktop/doc/e7ef69ebefbf43e35d825a07ee232f17)
介绍:Golang generate 草案,翻译自[Go generate: A Proposal](https://docs.google.com/document/d/1V03LUfjSADDooDMhe-_K59EgpTEm3V8uvQRuNMAEnjg/edit?pli=1)
* [《Go Object Oriented Design 》](http://nathany.com/good/)
介绍:golang的面向对象设计
* [《 Web-based IDE for Teams using Golang. 》](https://github.com/b3log/wide)
介绍:使用golang编写的web ide
* [《 Fluent: HTTP client for Golang. With timeout, retries and exponential back-off 》](https://github.com/lafikl/fluent)
介绍:Fluent HTTP client for Golang. With timeout, retries and exponential back-off support.
* [《 Go 1.4 on Android》](https://www.reddit.com/r/golang/comments/2kv0s1/go_14_on_android/)
介绍:Go 1.4 将支持 Android
* [《 Making and Receiving Phone Calls With Golang》](https://www.twilio.com/blog/2014/10/making-and-receiving-phone-calls-with-golang.html)
介绍:使用Golang打电话,接电话
* [《 introduce Resources for Go》](http://codecondo.com/golang-resources/)
介绍:国外的Go资源
* [《 introduce Resources for Go》](https://github.com/avelino/awesome-go)
介绍:A curated list of awesome Go frameworks, libraries and software
* [《weekly》](https://github.com/zenany/weekly)
介绍:汇总平时看到的好文章,技术、产品、管理均有,尽量保证一周汇总一篇
* [《gorename: easy refactoring tool for Golang》](https://texlution.com/post/gorename/)
介绍:一个简单实用的 Go 语言重构工具
* [《码农周刊分类整理Golang》](https://github.com/nemoTyrant/manong#GO)
介绍:码农周刊分类整理Golang
* [《Go语言诞生5周年!10大Go语言开源项目推荐》](http://code.csdn.net/news/2822941)
介绍:Go语言诞生5周年!10大Go语言开源项目推荐
* [《Interface Upgrades in Go》](http://avtok.com/2014/11/05/interface-upgrades.html)
介绍:Interface的前世今生。
* [《Pool - 一个 Go 语言实现的网络连接池》](https://github.com/fatih/pool)
介绍:一个 Go 语言实现的网络连接池
* [《Patchwork Toolkit》](http://patchwork-toolkit.github.io/)
介绍:一个物联网相关的Go语言框架
* [《Everyday hassles in Go》](http://crufter.com/2014/12/01/everyday-hassles-in-go/)
介绍:作者的一些Go中的困扰,经验之谈
* [《Using Go to improve your Ruby application's performance》](https://antoine.finkelstein.fr/go-in-ruby/)
介绍:使用GO改善Ruby性能
* [《Why is Golang popular in China?》](http://herman.asia/why-is-go-popular-in-china)
介绍:为什么golang在中国如此流行?
* [《Tenus - Golang Powered Linux Networking》](http://containerops.org/2014/07/30/tenus-golang-powered-linux-networking/)
介绍:Linux网络驱动
* [《Go 语言入门教程 (Peter Bourgon)》](http://howistart.org/posts/go/1)
介绍:Go 语言入门教程
* [《GXUI》](https://github.com/google/gxui)
介绍:一个 Go 语言跨平台 UI 库
* [《Go最新资料汇总》](http://studygolang.com/topics/node13)
介绍:Go最新资料汇总
* [《猎豹移动技术博客:Golang》](http://dev.cmcm.com/archives/category/golang)
介绍:猎豹移动技术博客文章
* [《Gohugo》](http://gohugo.io/)
介绍:A fast and modern static website engine.
* [《Our Experience with Golang》](http://www.scriptrock.com/blog/our-experience-with-golang)
介绍:[scriptrock](http://www.scriptrock.com/)公司使用Golang的经验,此外还推荐一个公司的应用[Golang at Runscope](http://blog.runscope.com/posts/go-at-runscope)
* [《Open Sourcing Our Go Libraries》](https://blogs.dropbox.com/tech/2014/07/open-sourcing-our-go-libraries/)
介绍:Dropbox开源Go开发包,[github](https://github.com/dropbox/godropbox).
* [《Tutorial – Building Go Web Apps》](https://www.topcoder.com/blog/building-go-web-apps/)
介绍:如何使用Go构建自己的Web应用教程,此外还推荐[GoLang Tutorials](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html).
* [《Dependency Injection with Go》](http://blog.parse.com/2014/05/13/dependency-injection-with-go/)
介绍:Dependency Injection with Go.
* [《Go Programming Language Resources》](http://go-lang.cat-v.org/)
介绍:Go Programming Language Resources.
* [《Gopher China Website Docs》](https://github.com/gopherchina/docs)
介绍:2015年中国Gopher大会资料.
* [《Structuring Applications in Go》](https://medium.com/@benbjohnson/structuring-applications-in-go-3b04be4ff091)
介绍:新手使用Go构建应用建议.
* [《A curated list of Golang books》](https://github.com/dariubs/GoBooks)
介绍:Golang 图书列表.
* [《Go crypto: bridging the performance gap》](https://blog.cloudflare.com/go-crypto-bridging-the-performance-gap/)
介绍:CloudFlare的Go密码库crypto:弥合性能差距,[项目地址](https://github.com/cloudflare/go).
* [《go-bootstrap》](http://go-bootstrap.io/)
原文链接:https://github.com/ty4z2008/Qix/blob/master/golang.md
介绍:Generates a lean and mean Go web project.