Skip to content

Commit f09dce9

Browse files
committed
gopher daily: add issue-20210605.md
1 parent dc474fe commit f09dce9

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

202106/issue-20210605.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
为什么go工具链需要原生支持fuzz test | Gopher Daily (2021.06.05) ʕ◔ϖ◔ʔ
2+
3+
>每日一谚:Use an atomic package to increment a variable "counter++" when using workers, multiple goroutines. Otherwise you get a corrupted count due to a race/write condition.
4+
5+
### Go技术生态
6+
7+
1. 生产环境被破坏:原因居然是在Go中进行前一个月的计算 - https://dev.to/nordcloud/how-a-calculation-of-previous-month-in-golang-can-break-production-1ppi
8+
2. 为什么go工具链需要原生支持fuzz test - https://docs.google.com/document/d/1N-12_6YBPpF9o4_Zys_E_ZQndmD06wQVAM_0y9nZUIE/edit
9+
3. 新提案:syscall包增加Syscall21和Syscall24 - https://github.com/golang/go/issues/46552
10+
4. panicparse v1.6.0发布在v2.0.1之后,作者咋想的? - https://maruel.ca/post/panicparse-1.6.0/
11+
5. 以太坊智能合约的go绑定 - https://www.metachris.com/2021/05/creating-go-bindings-for-ethereum-smart-contracts/
12+
6. 新提案:添加net/netaddr包:增加新的IP地址类型 - https://github.com/golang/go/issues/46518
13+
7. Uber 的 API 网关架构[] - https://mp.weixin.qq.com/s/Z6IwBkCc357u3OxWMDRH2g
14+
8. 已成为RFC9000的QUIC协议的Go实现 - https://github.com/goburrow/quic
15+
9. terraform教程 by hashicorp learn - https://www.hashicorp.com/blog/new-terraform-tutorials-on-hashicorp-learn
16+
10. 使用静态分析工具分析linux内核代码 - https://thenewstack.io/checking-linuxs-code-with-static-analysis-tools/
17+
11. 如何在Go中使用chrono调度task - https://itnext.io/how-to-schedule-tasks-using-chrono-in-golang-16a39b14a79a
18+
19+
### Go技术进阶专栏导读
20+
21+
Go语言源码默认使用Unicode字符集,并采用UTF-8编码方案,Go还提供了rune原生类型来表示Unicode字符。大多数情况下,你并不需要深入字符集和字符编码方案就能应对大多数场景。但在涉及不同字符集间转换或同一字符集的不同编码方案之间转换时,了解字符集原理以及字符编码方案就显得非常必要了。Go进阶专栏“[改善Go语⾔编程质量的50个有效实践](https://mp.weixin.qq.com/s/RThCEQOdytQxwrMP7XRTRw)”的第40篇文章[《告别乱码!GO语言字符集编码方案间转换》](https://www.imooc.com/read/87/article/2470) 将为你详细讲解字符集原理、Go中的Unicode字符表示以如何使用Go进行字符编码方案间的转换。
22+
23+
![](http://image.tonybai.com/img/202011/go-column-pgo-with-qr-and-text.png)
24+
25+
26+
### 资料下载
27+
28+
关注公众号**iamtonybai**,发送特定关键字获取对应精品资料!
29+
30+
* Go语言学习技术路线图2021版 - 发送**go2021**
31+
* GopherChina 2020技术大会ppt资料 - 发送**gopherchina2020**
32+
* GopherCon 2020大会技术ppt资料 - 发送**gophercon2020**
33+
* 《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送**distsys**
34+
* O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送**distrace**
35+
* 加州伯克利的47页的“机器学习的数学基础”资料 - 发送**math4ml**
36+
37+
### “Gopher部落”,新年新气象
38+
39+
[“Gopher部落”](https://mp.weixin.qq.com/s/jUqAL7hf2GmMun64BJufEA)正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:
40+
41+
* Go技术书籍的书摘和读书体会系列
42+
* Go与eBPF系列
43+
44+
![](http://image.tonybai.com/img/202103/gopher-tribe-zsxq-card.png)
45+
46+
感谢大家对本星球的支持!
47+
48+
### 联系方式
49+
50+
* 有意想学习容器或Kubernets的童鞋可以了解一下我的慕课网实战课:k8s实战 - https://coding.imooc.com/class/284.html
51+
* gopherdaily归档:https://github.com/bigwhite/gopherdaily
52+
53+
* 编辑:Tony Bai (https://tonybai.com)
54+
* 邮件订阅:https://gopher-daily.com/
55+
* 知乎Go进阶专栏:https://www.zhihu.com/column/c_1352639051791454208
56+
* “Gopher部落”知识星球:https://public.zsxq.com/groups/51284458844544
57+
* 微信公众号:iamtonybai,扫码关注!
58+
59+
![](http://image.tonybai.com/img/202011/qrcode_for_iamtonybai.jpg)
60+

0 commit comments

Comments
 (0)