Go语言学习笔记说明

一、参考书籍

    1、《学习Go语言》

    2、《Go语言编程》

二、程序运行环境

    1、windows(64bit)

    2、Go语言版本:go1.0.2

三、资料

    1、Go语言半小时速成教程

        http://www.vaikan.com/go/a-tour-of-go/#1

    2、Go语言豆瓣小组

        http://www.douban.com/group/topic/9766700/

    3、Go语言(golang)开源项目大全

        http://www.open-open.com/lib/view/open1396063913278.html

    4、博客园上关于Go语言的主题

        http://news.cnblogs.com/n/topic_278.htm

    5、Go语言教程

        http://www.yiibai.com/go/

    6、golang中文社区

        http://studygolang.com/

    7、国内镜像

        Go 指南国内镜像  http://tour.golangtc.com/welcome/1

        Go 语言国内下载镜像   http://www.golangtc.com/download

        Go 官方网站国内镜像  http://docs.studygolang.com/

    8、Go Web开发框架

        beego:http://beego.me/

        revel:http://gorevel.cn/

四、Go名人

        astaxie:https://github.com/astaxie

        Unknwon:https://github.com/Unknwon

你可能感兴趣的:(编程语言,Go,golang,Go学习笔记)