码迷,mamicode.com
首页 > 其他好文 > 详细

golang学习之旅:官方文档汇总

时间:2015-05-04 23:35:33      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

The Go Programming Language Specification:
http://localhost:8080/ref/spec
学习Constants、Variables、Types、Declarations、Built-in functions

Effective Go
http://localhost:8080/doc/effective_go.html
学习Data、Concurrency,Data部分讲解了make和new的区别

The Go Memory Model
http://localhost:8080/ref/mem

Go Slices: usage and internals
http://localhost:8080/blog/go-slices-usage-and-internals

The Go Blog
http://localhost:8080/blog/index
里面有很多专项博文

FAQ
http://localhost:8080/doc/faq
里面是一些常见的问题,有参考价值

 

备注:查看文档前,先开启godoc服务器,如下:

C:\Users\michael>godoc -http=:8080

golang学习之旅:官方文档汇总

标签:

原文地址:http://www.cnblogs.com/michaellau/p/4477025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!