IP属地:湖南
代码 https://github.com/fengchunjian/goexamples/tree/master/struct_embeded...
Go语言并发模型:使用 contexthttps://segmentfault.com/a/1190000006744213 golang服务器...
https://www.cnblogs.com/xingzc/p/6165084.html
参考文档 http://blog.csdn.net/idsuf698987/article/details/74912362 源码中的简拼 MS...
http://www.cnblogs.com/logo-fox/p/7396710.html
证书制作 openssl genrsa -out server.key 2048openssl req -new -x509 -sha256 -...
gRPC介绍 gRPC 是一个高性能、开源、通用的RPC框架,由Google推出,基于HTTP/2协议标准设计开发,默认采用Protocol B...
TLS 安全传输层协议(TLS)用于在两个通信应用程序之间提供保密性和数据完整性?;チ耐ㄐ虐踩?,建立在SSL/TLS协议之上。1994年,N...
代码 https://github.com/fengchunjian/goexamples/tree/master/net 编译运行 参考文档 ...