Giter VIP home page Giter VIP logo

go-study's Introduction

Go Study

download

http://golangtc.com/download

CentOS6.5上golang环境配置

  • 下载和解压go环境包

cd /usr/local/src/

wget -c http://golangtc.com/static/go/go1.4beta1.linux-amd64.tar.gz

tar zxvf go1.4beta1.linux-amd64.tar.gz -C /usr/local

  • 设置系统环境变量

vi /etc/profile

export GOROOT=/usr/local/go

export GOBIN=$GOROOT/bin

export PATH=$PATH:$GOBIN

  • 编译,使其生效

source /etc/profile

  • 验证,查看是否配置成功

go version


IDE

  • notepad++/sublime Text/.. + plugin
  • goeclipse
  • LiteIDE

Study Resources

http://studygolang.com/

入门资料

http://weekly.golang.org/ 推荐阅读该资料

http://tour.golang.org/#1

http://golang.org/doc/effective_go.html

http://golang.org/doc/go_spec.html

文档

http://golang.org/pkg/

内存模型 http://golang.org/doc/go_mem.html

Go 的Web开发介绍 http://golang.org/doc/codelab/wiki/

最后的Try it命令为 $ go build wiki.go

http://www.youtube.com/watch?v=-i0hat7pdpk http://code.google.com/intl/zh-CN/appengine/docs/go/

其他资料

http://godashboard.appspot.com/project

参考书籍:《学习Go语言》、《Go语言编程》

资料:

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/

9、Go名人

go-study's People

Watchers

Leo Deng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.