每日新闻

GoCN每日新闻(2019-10-30)

瘦欲@ 提交于 2019-12-03 04:18:31
GoCN每日新闻(2019-10-30) GoCN每日新闻(2019-10-30) 1. Asta Xie: 玩转Go语言,从beego开始 https://mp.weixin.qq.com/s/Iof1hA1JUJg9S_gfI6kGQQ 2. [译]Uber Go 语言代码风格指南 http://fivezh.github.io/2019/10/17/uber-go-style-guide 3. 何处安放我们的 Go 代码 https://liujiacai.net/blog/2019/10/24/go-modules 4. [译]Go使用封装返回模式回收被goroutines占用的内存 https://juejin.im/post/5db7c1a4e51d452a1340f36f 5. Sqreen: Go语言应用程序安全管理组件 https://github.com/sqreen/go-agent 编辑: yulibaozi 订阅新闻: http://tinyletter.com/gocn 来源: https://www.cnblogs.com/landv/p/11776647.html

GoCN每日新闻(2019-11-01)

天涯浪子 提交于 2019-12-03 04:18:25
GoCN每日新闻(2019-11-01) GoCN每日新闻(2019-11-01) 1. Rob Pike 认为 Go 成功的 5 个因素 https://changelog.com/posts/5-things-rob-pike-attributes-to-gos-success 2. 提案:扩展 Go 内存分页机制 https://go.googlesource.com/proposal/+/refs/changes/57/202857/2/design/35112-scaling-the-page-allocator.md#proposal_scaling-the-go-page-allocator 3. Podcast: 关于缓存的一切 https://changelog.com/gotime/103 4. Go TCP 库 gev https://github.com/Allenxuxu/gev 5. ldflags 使用教程 https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applications 来源: https://www.cnblogs.com/landv/p/11776658.html

GoCN每日新闻(2019-10-21)

≡放荡痞女 提交于 2019-12-02 04:39:46
GoCN每日新闻(2019-10-21) GoCN每日新闻(2019-10-21) 1. 使用 Golang, RabbitMQ 和 Protobuf 构建高效的微服务 https://medium.com/rahasak/reactive-microservices-with-golang-rabbitmq-and-protobuf-af025f4ec27 2. Golang 中的比较函数对比 — 最好自己实现 https://medium.com/@ktrilaksono/comparing-simple-comparison-functions-in-golang-it-is-better-to-implement-it-yourself-73a3a31b9bc 3. go modules 的一些细节 https://juejin.im/post/5dac45ae6fb9a04e1043a837 4. 给 Go 库作者的建议 https://juejin.im/post/5dac18895188256ab73dd4a9 5. 用 Go 编写的 git 简易托管方案 https://github.com/belak/go-git-dir * 第二季go hack黑客马拉松来啦! http://gohack2019.sxl.cn/ 编辑: 宋佳洋 订阅新闻: http:/

GoCN每日新闻(2019-10-23)

不想你离开。 提交于 2019-12-02 04:39:45
GoCN每日新闻(2019-10-23) GoCN每日新闻(2019-10-23) 1. 从0开始,用Go实现Lexer和Parser https://mp.weixin.qq.com/s/cFGJX2IeGZOifqaLh5YYYA 2. 在grpc中使用pprof https://medium.com/@gurasis/profiling-a-golang-grpc-server-using-pprof-b6de1371fdd 3. Go依赖关系 https://medium.com/@2hamed/dependency-isolation-in-go-afab00b5e4c9 4. Go使用信号来处理Unix命令 https://medium.com/better-programming/using-signals-to-handle-unix-commands-in-golang-f09e9efb7769 5. Go使用https https://juejin.im/post/5daeb504f265da5b7e2406a4 第二季go hack黑客马拉松来啦! http://gohack2019.sxl.cn/ 编辑: 周云轩 订阅新闻: http://tinyletter.com/gocn 来源: https://www.cnblogs.com/landv/p

GoCN每日新闻(2019-10-22)

那年仲夏 提交于 2019-12-02 04:39:41
GoCN每日新闻(2019-10-22) GoCN每日新闻(2019-10-22) 1. Go 集成测试: https://www.ardanlabs.com/blog/2019/10/integration-testing-in-go-set-up-and-writing-tests.html 2. Go 错误处理: https://blog.logrocket.com/error-handling-in-golang/ 3. 使用'internal'包减少 API 的暴露范围: https://dave.cheney.net/2019/10/06/use-internal-packages-to-reduce-your-public-api-surface 4. HTTP的前世今生: https://coolshell.cn/articles/19840.html 5. Ubuntu 18.04 Server上部署Kubernetes集群: https://tonybai.com/2019/10/21/how-to-deploy-a-kubernetes-cluster-with-ubuntu-server-18-04/ * 第二季go hack黑客马拉松来啦! http://gohack2019.sxl.cn/ - 编辑: 薛锦 - 订阅新闻: http:/

GoCN每日新闻(2019-10-16)

馋奶兔 提交于 2019-12-01 15:18:37
GoCN每日新闻(2019-10-16) GoCN每日新闻(2019-10-16) 1. 持续的性能分析与优化 https://medium.com/@tvii/continuous-profiling-and-go-6c0ab4d2504b 2. 理解Go 中的 defer https://www.digitalocean.com/community/tutorials/understanding-defer-in-go 3. Go 语言反射的实现原理 https://draveness.me/golang/basic/golang-reflect.html 4. 如何构建一个云原生框架 https://medium.com/@yannick.b/how-should-be-built-the-ideal-cloud-native-framework-part-2-2fcfa38c9de7 5. pigo - 人脸识别库 https://www.reddit.com/r/golang/comments/di3n1k/the_pigo_face_detection_library_now_is_capable/ 编辑: yulibaozi 订阅新闻: http://tinyletter.com/gocn 来源: https://www.cnblogs.com/landv/p

GoCN每日新闻(2019-10-15)

百般思念 提交于 2019-12-01 11:27:52
GoCN每日新闻(2019-10-15) GoCN每日新闻(2019-10-15) 1. Go Module 存在的意义与解决的问题 https://www.ardanlabs.com/blog/2019/10/modules-01-why-and-what.html 2. 理解 Go 指针 https://www.digitalocean.com/community/conceptual_articles/understanding-pointers-in-go 3. Dave Cheney 的 Go 实践总结图示 https://skarlso.github.io/2019/10/10/practical-go-summary/ 4. Go有GC就不需要掌握内存堆栈知识了吗?Go 堆栈的理解 https://mp.weixin.qq.com/s/SGbiWLW6pLfd32TKIil10A 5. 高性能 Go 网络库 gnet 发布 v1 版 https://segmentfault.com/a/1190000020689928 编辑: 傅小黑 订阅新闻: http://tinyletter.com/gocn 来源: https://www.cnblogs.com/landv/p/11683240.html

GoCN每日新闻(2019-10-11)

吃可爱长大的小学妹 提交于 2019-12-01 08:02:38
GoCN每日新闻(2019-10-11) GoCN每日新闻(2019-10-11) 1. golang 将数据库转换为gorm结构 https://studygolang.com/articles/23878 2. 关于Go的10个你可能不知道的事情 https://talks.golang.org/2012/10things.slide#1 3. Go gRPC 系列五:基于 CA 的 TLS 证书校验 https://juejin.im/post/5d9ffc24f265da5b8a516112 4. Go和Android集成实战 http://www.songjiayang.com/posts/go-he-andji-shi-li 5. 超大规模商用 K8s 场景下,阿里巴巴如何动态解决容器资源的按需分配问题? https://mp.weixin.qq.com/s/013J6iMJPI9ddICKdr485A 来源: https://www.cnblogs.com/landv/p/11671749.html

GoCN每日新闻(2019-10-09)

懵懂的女人 提交于 2019-12-01 02:41:19
GoCN每日新闻(2019-10-09) GoCN每日新闻(2019-10-09) 1. 我们如何将服务延迟减少了98% https://blog.gojekengineering.com/the-need-for-speed-how-we-reduced-service-latency-by-98-5c45d1acdc81 2. Go RPC实践 https://mp.weixin.qq.com/s/ScsB0VH8tvlaNK_d6a6AMQ 3. Go中使用Seed得到重复随机数的问题 https://juejin.im/post/5d9c7c736fb9a04df57de074 4. 高效生成JSON串 https://juejin.im/post/5d9c96ff518825095c3c5f79 5. Istio熔断器解析 https://mp.weixin.qq.com/s/95DVrg6oeaGFZi64r7LSLQ 编辑: 周云轩 订阅新闻: http://tinyletter.com/gocn https://gocn.vip/question/6411 https://www.cnblogs.com/landv/p/11648864.html 来源: https://www.cnblogs.com/landv/p/11648864.html

GoCN每日新闻(2019-10-10)

这一生的挚爱 提交于 2019-12-01 02:41:09
GoCN每日新闻(2019-10-10) GoCN每日新闻(2019-10-10) 1. Go语言源码阅读之bytes.Buffer http://www.pengrl.com/p/60618/ 2. Go gRPC 系列一:相关介绍 https://juejin.im/post/5d99af86f265da5b555f59dc 3. 干货满满的 Go Modules 和 goproxy.cn https://juejin.im/post/5d8ee2db6fb9a04e0b0d9c8b 4. 原来这才是 Golang Interface https://juejin.im/post/5d8877f1f265da03986c311c 5. 云原生可观察性之日志管理 https://mp.weixin.qq.com/s/E7bFp58OL6gjvBxLTKpbJQ 编辑: 崔广章 订阅新闻: http://tinyletter.com/gocn https://gocn.vip/question/6414 https://www.cnblogs.com/landv/p/11648879.html 来源: https://www.cnblogs.com/landv/p/11648879.html