Go语言爱好者周刊:第 83 期
共 4283字,需浏览 9分钟
·
2021-02-21 20:13
这里记录每周值得分享的 Go 语言相关内容,周日发布。
本周刊开源(GitHub:polaris1119/golangweekly[1]),欢迎投稿,推荐或自荐文章/软件/资源等,请提交 issue[2] 。
鉴于一些人可能没法坚持把英文文章看完,因此,周刊中会尽可能推荐优质的中文文章。优秀的英文文章,我们的 GCTT 组织会进行翻译。
题图:Go1.16 变化一览,来自 Reddit。
刊首语
这回所有人应该都过完春节要上班了吧。Go 1.16 也已经发布,几个重要的新功能大家可以试用试用。祝各位牛年财源滚滚,技术不断高升。今天就不出题了~
谁在招 Gopher
整理近期的 Go 职位。有招聘需求可以到「Go招聘」发布!
资讯
embed 包和 Apple M1 支持等。
2、esbuild 越来越受欢迎[3]
这是一个 Go 实现的,非常快速的 JavaScript 捆绑器。
3、GoLand 2021.2 EAP 3[4]
go:embed 支持,同时还可以针对远程目标进行编译。
4、Logrus 1.8 发布[5]
功能丰富的结构化 Logger。
5、Dapr 1.0 发布[6]
可移植,事件驱动的分布式应用程序运行时。
官方计划在 Go1.17 移除 GOPATH。
泛型代码已经合入 master 分支。
文章
官方描述 Once is an object that will perform exactly one action。
2、golang 面试题:能说说 uintptr 和 unsafe.Pointer的区别吗?
灵魂拷问!
3、Go 语言标准库中 atomic.Value 的前世今生
在 Go 语言标准库中,sync/atomic 包将底层硬件提供的原子操作封装成了 Go 的函数。
泛型不远了。
gops 旨在帮助开发人员诊断 Go 进程并与之交互。
6、从 Go 的二进制文件中获取其依赖的模块信息[7]
我们用 Go 构建的二进制文件中默认包含了很多有用的信息。
Go 语言中文网牛年春晚饶大的分享文字版。
在使用 Go 进行工作时,使用 io.Reader 和 io.Writer 接口是最常见的情场景之一。这很合理,它们是数据传输的主力接口。
开源项目
1、kiara[8]
一个 Pub Sub 的抽象库,支持 Redis、NATS。
2、wasmer[9]
一个 Go WebAssembly 运行时的实现。
3、tailetc[10]
全内存缓存的 etcd v3 客户端。
4、opentracing[11]
对 gorm2 的 opentracing 支持。
5、Terratest[12]
一个可以轻松地为基础结构代码编写自动化测试的 Go 库。
6、esme[13]
通过 json 配置生成一个模拟 rest 服务。
7、dither[14]
一个高效、正确的图像抖动处理类库。
8、haraqa[15]
一个可伸缩消息队列,用于微服务之间的数据持久性和实时数据流传输。
9、vektor[16]
快速构建生产级的 Web 服务。
10、pjson[17]
Go json 流解析器。
11、web-dev-golang-anti-textbook[18]
不使用框架进行 Go Web 开发。
资源&&工具
1、Go 安全性备忘单:8 个安全性最佳实践[19]
英文的。如何写出安全的 Go 代码。
2、5 分钟学习 embed 包[20]
视频教程,英文的。
3、pgcenter[21]
用于观察和排除 Postgres 的命令行工具。目前只支持 Linux 系统。
4、textnote[22]
用于在命令行上创建和组织日常笔记的简单工具。
5、mdconv[23]
一款终端使用的 markdown 转换器,支持转为 HTML 和 PDF。
6、pcp[24]
基于 libp2p 的命令行对等数据传输工具。
7、signoz[25]
开源的可观察性平台。Datadog 替代品。
8、go-wasm-http-server[26]
在浏览器中部署 Go HTTP 服务器。
9、GopherCon TW 2020[27]
同胞的 Go 大会。
3 个多小时,有美女哦!
11、infracost[28]
Terraform 项目的云成本估算工具。
12、go-ml-benchmarks[29]
Go 机器学习框架的性能基准测试对比。
13、Go 播客第 167 期[30]
阅读文档的艺术。
14、shhgit[31]
代码仓库中敏感信息的检测工具。
15、gdlv[32]
Go 调试器 dlv 的图形化前端。
订阅
这个周刊每周日发布,同步更新在Go语言中文网[33]和微信公众号[34]。
微信搜索"Go语言中文网"或者扫描二维码,即可订阅。
往期推荐Go语言爱好者周刊:第 82 期 — 情人节快乐
参考资料
polaris1119/golangweekly: https://github.com/polaris1119/golangweekly
[2]提交 issue: https://github.com/polaris1119/golangweekly/issues
[3]esbuild 越来越受欢迎: https://esbuild.github.io/faq/#why-is-esbuild-fast
[4]GoLand 2021.2 EAP 3: https://blog.jetbrains.com/go/2021/02/12/goland-2021-1-eap-3/
[5]Logrus 1.8 发布: https://github.com/sirupsen/logrus
[6]Dapr 1.0 发布: https://dapr.io/
[7]从 Go 的二进制文件中获取其依赖的模块信息: https://juejin.cn/post/6930762439201914893
[8]kiara: https://github.com/genkami/kiara
[9]wasmer: https://github.com/wasmerio/wasmer-go
[10]tailetc: https://github.com/tailscale/tailetc
[11]opentracing: https://github.com/go-gorm/opentracing
[12]Terratest: https://github.com/gruntwork-io/terratest
[13]esme: https://github.com/stkr89/esme
[14]dither: https://github.com/makeworld-the-better-one/dither
[15]haraqa: https://github.com/haraqa/haraqa
[16]vektor: https://github.com/suborbital/vektor
[17]pjson: https://github.com/tidwall/pjson
[18]web-dev-golang-anti-textbook: https://github.com/thewhitetulip/web-dev-golang-anti-textbook
[19]Go 安全性备忘单:8 个安全性最佳实践: https://snyk.io/blog/go-security-cheatsheet-for-go-developers/
[20]5 分钟学习 embed 包: https://www.youtube.com/watch?v=mBNIZHHi5Rg&feature=youtu.be
[21]pgcenter: https://github.com/lesovsky/pgcenter
[22]textnote: https://github.com/dkaslovsky/textnote
[23]mdconv: https://github.com/Palexer/mdconv
[24]pcp: https://github.com/dennis-tra/pcp
[25]signoz: https://github.com/SigNoz/signoz
[26]go-wasm-http-server: https://github.com/nlepage/go-wasm-http-server
[27]GopherCon TW 2020: https://space.bilibili.com/756684/channel/detail?cid=169470
[28]infracost: https://github.com/infracost/infracost
[29]go-ml-benchmarks: https://github.com/nikolaydubina/go-ml-benchmarks
[30]Go 播客第 167 期: https://changelog.com/gotime/167
[31]shhgit: https://github.com/eth0izzle/shhgit
[32]gdlv: https://github.com/aarzilli/gdlv
[33]Go语言中文网: https://studygolang.com/go/weekly
[34]微信公众号: https://weixin.sogou.com/weixin?query=Go%E8%AF%AD%E8%A8%80%E4%B8%AD%E6%96%87%E7%BD%91