go语言学习

最近在学习go语言,花了两周看完了《The go programming language》和《go in Action》,并看了一个源码,消息队列 nsq。以便更好地掌握这门语言。现在深入了解python标准库的内容和一些源码的实现。记录一下自己看到过得比较好的博客或者其他知识点。以便复习:

 

1、go http服务端编程。https://cizixs.com/2016/08/17/golang-http-server-side/

2、go语言标准库中文文档。https://studygolang.com/pkgdoc

3、深入理解go。https://studygolang.com/subject/3?p=1

4、深入学习go。https://blog.csdn.net/hello2mao/article/details/79531877

5、go并发。https://learnku.com/golang/t/30845

6、go语言博客。https://book.eddycjy.com/golang/defer/defer.html

7、go语言实现原理。https://draveness.me/golang/

8、go语言系列文章。http://legendtkl.com/categories/golang/

 

Go语言值得学习的源码库:

nsq

codis

你可能感兴趣的:(go,网络编程)