Go语言爱好者周刊:第 190 期 —— GopherChina 2023 PPT 下载
2023-6-11 21:32:37 Author: Go语言中文网(查看原文) 阅读量:10 收藏

这里记录每周值得分享的 Go 语言相关内容,周日发布。本周刊开源(GitHub:polaris1119/golangweekly[1]),欢迎投稿,推荐或自荐文章/软件/资源等,请提交 issue[2]

鉴于一些人可能没法坚持把英文文章看完,因此,周刊中会尽可能推荐优质的中文文章。优秀的英文文章,我们的 GCTT 组织会进行翻译。

由于微信公众号不支持外链,文中大量链接可通过文末「阅读原文」查看。

题图:When,自然语言解析时间,可惜不支持中文 https://github.com/olebedev/when。

GopherChina 2023 PPT 下载地址:https://github.com/gopherchina/conference/tree/master/2023

资讯

1、goxygen v0.4 发布[3]

分分钟生成一个全栈 Web 项目(Go,Angular/React/Vue)。

2、miller v6.8 发布[4]

文本数据处理的瑞士军刀,Go 实现。

3、wazero v1.2 发布[5]

零依赖的 WebAssembly 运行时库。

4、go-quartz v0.7 发布[6]

小型、零依赖的调度库,启发自 Java 的 Quartz。

5、connect-go v1.8.0 发布[7]

一个更好的 gRPC。

6、FerretDB v1.3.0 发布[8]

MongoDB 的替代品。

7、go-openai v1.10 发布[9]

OpenAI 的 Golang SDK,包括 ChatGPT、GPT-3、GPT-4 等。

文章

1、Go1.21.0 新特性:不需要循环 delete map 元素了

内置函数 clear。

2、Go1.20.5 发布:更新了什么?

同时发布的还有 Go1.19.10。

3、Go 这么不稳?TIOBE 6 月榜单发布!

稳定进入前 10 还是挺难的。

4、收藏!!!一图掌握 Go 中 IO 包的关系

在知乎上看到这样一个问题:Golang的IO库那么多,我该怎么选。今天就跟大家聊聊这个问题。

开源项目

1、when[10]

一个自然语言日期/时间解析器,可以使用可插拔的规则和合并策略。它可以识别和处理类似于 “on next wednesday at 2:25 p.m.” 的文本,并将其转换为 time.Time 类型。它支持英语、俄语和巴西葡萄牙语的规则,也可以自定义规则和选项。

2、pnutmux[11]

一个使用正则表达式匹配和处理 HTTP 请求的 Web 框架。

3、email-verifier[12]

一个用 Go 语言编写的电子邮件验证库,可以在不发送任何邮件的情况下验证电子邮件地址的有效性和可达性。

4、grpc-gateway[13]

gRPC 到 JSON 代理生成器。

5、goipc[14] (作者自荐)

一个轻量的 IPC 组件。

6、ringbuf[15] (作者自荐)

一个 RingBuffer 的 Go 实现,基于 channel。

资源&&工具

1、Go Time 第 278 期[16]

Go 项目的文件和文件夹。

2、local-git-contributions-visualizer[17]

扫描本地 Git 仓库并生成一个可视化的贡献图。这个工具对于使用多个Git服务(如 Github 和 Gitlab)的开发者很有用,它可以让他们看到他们在不同平台上的贡献情况,即使没有网络连接也可以。

3、batch-image-generator[18]

批量图片生成器。

4、GopherChina 2023[19]

PPT 下载。

5、gvc[20] (作者自荐)

一个功能丰富的全平台辅助开发工具。

6、apicat[21]

使用 Go + Vue + openapi 实现的一套开源接口管理工具,支持 openapi 导入导出。afocus 推荐。

7、1Panel[22](作者自荐)

开源的 Linux 服务器运维管理面板。

订阅

这个周刊每周日发布,同步更新在Go语言中文网[23]微信公众号[24]

微信搜索"Go语言中文网"或者扫描二维码,即可订阅。

wechat

参考资料

[1]

polaris1119/golangweekly: https://github.com/polaris1119/golangweekly

[2]

提交 issue: https://github.com/polaris1119/golangweekly/issues

[3]

goxygen v0.4 发布: https://github.com/Shpota/goxygen

[4]

miller v6.8 发布: https://github.com/johnkerl/miller

[5]

wazero v1.2 发布: https://github.com/tetratelabs/wazero

[6]

go-quartz v0.7 发布: https://github.com/reugn/go-quartz

[7]

connect-go v1.8.0 发布: https://github.com/bufbuild/connect-go

[8]

FerretDB v1.3.0 发布: https://github.com/FerretDB/FerretDB

[9]

go-openai v1.10 发布: https://github.com/sashabaranov/go-openai

[10]

when: https://github.com/olebedev/when

[11]

pnutmux: https://gitlab.com/fruitygo/pnutmux

[12]

email-verifier: https://github.com/AfterShip/email-verifier

[13]

grpc-gateway: https://github.com/grpc-ecosystem/grpc-gateway

[14]

goipc: https://gitee.com/mqyqingkong/goipc

[15]

ringbuf: https://github.com/JamesYYang/ringbuf

[16]

Go Time 第 278 期: https://changelog.com/gotime/278

[17]

local-git-contributions-visualizer: https://github.com/abdullah-alaadine/local-git-contributions-visualizer

[18]

batch-image-generator: https://github.com/codenoid/batch-image-generator

[19]

GopherChina 2023: https://github.com/studygolang/conference/tree/master/2023

[20]

gvc: https://github.com/moqsien/gvc

[21]

apicat: https://github.com/apicat/apicat

[22]

1Panel: https://github.com/1Panel-dev/1Panel

[23]

Go语言中文网: https://studygolang.com/go/weekly

[24]

微信公众号: https://weixin.sogou.com/weixin?query=Go%E8%AF%AD%E8%A8%80%E4%B8%AD%E6%96%87%E7%BD%91


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMTA4Njc0OQ==&mid=2651454442&idx=1&sn=aab6fa371f798c831a90cddedfb600e2&chksm=80bb2518b7ccac0e6c338e51563bfb8162d6ac4b749662bdb68a34de4920afb0c8117081a0d3#rd
如有侵权请联系:admin#unsafe.sh