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

走远了吗. 提交于 2019-12-18 15:11:17

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!