1.初探 Go 的编译命令执行过程

https://halfrost.com/go_command/

2.高效的数据压缩编码方式——Protobuf

https://halfrost.com/protobuf_encode/

3.浅谈消息队列及常见的消息中间件

https://juejin.im/post/5b41fe36e51d45191252e79e

4.深入理解 PHP 的输出缓冲区

https://gywbd.github.io/posts/2015/1/php-output-buffer-in-deep.html

5.异步、并发、协程原理

https://www.fanhaobai.com/2017/11/synchronised-asynchronized-coroutine.html

6.Golang版protobuf的安装与使用

http://lihaoquan.me/2017/6/29/how-to-use-protobuf.html

7.Protocol Buffer 语法详解

https://blog.csdn.net/carson_ho/article/details/70267574

8.Golang context 初探

https://www.jianshu.com/p/0dc7596ba90a