Russ Cox:这不是Go项目的标准布局 | Gopher Daily (2021.04.28) ʕ◔ϖ◔ʔ
作者:互联网
每日一谚:Profile before you decide something is performance critical.
Go技术生态
- Go web开发的当前状态 - https://tnotes.dev/posts/state-of-web-dev-in-golang
- Russ Cox:这不是Go项目的标准布局!- https://github.com/golang-standards/project-layout/issues/117
- DRPC介绍:gRPC的替代者 - https://www.storj.io/blog/introducing-drpc-our-replacement-for-grpc
- 使用Go和next.js开发可移植的应用 - https://v0x.nl/articles/portable-apps-go-nextjs
- 大规模系统的逆向调试 - https://engineering.fb.com/2021/04/27/developer-tools/reverse-debugging/
- Go系统编程 - https://t.zsxq.com/bAuNZzF
- 使用testify进行go包测试 - https://shores.dev/testify-golang-package-for-go/
- 在遗留Go项目中启用go module会发生什么 - https://speakerdeck.com/line_developers_tw2/what-will-happen-when-you-enable-go-modules-on-the-legacy-go-projects
- 第三方微信公众平台和微信商户平台Go SDK - https://github.com/chanxuehong/wechat
- 开放的航班、航线等数据 - https://openflights.org/data.html
- k8s原生serverless框架 - https://github.com/kubeless/kubeless
Go技术进阶专栏导读
Go 是“自带电池”(battery included)的语言,拥有着让其他主流语言羡慕的工具链,Go 同样也内置了对Go代码进行性能剖析的工具:pprof。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第37篇文章《掌握 Go 代码性能剖析神器:pprof》 https://www.imooc.com/read/87/article/2440 将为你详解说明在Go中如何通过pprof对Go代码中的性能瓶颈进行剖析和诊断。
往期推荐
Go标准库http与fasthttp服务端性能比较
Rust vs. Go:为什么强强联合会更好
究竟是什么让Go语言成为恶意软件作者的最爱
Go 1.16中值得关注的几个变化
以单件方式创建和获取数据库实例
一文搞懂如何利用multipart/form-data实现文件的上传与下载
BPF和Go:在Linux中内省的现代方式[译]
标签:2021.04,Cox,28,dev,golang,go,https,Go,com 来源: https://blog.51cto.com/tonybai/2984028