Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 4.37 KB

issue-20210208.md

File metadata and controls

65 lines (42 loc) · 4.37 KB

Go module与私有库指南 | Gopher Daily (2021.02.08) ʕ◔ϖ◔ʔ

每日一谚:Go is a language name, #golang is a hashtag

Go语言学习技术路线图2021版发布!关注公众号iamtonybai,发送 go2021 获取高清版路线图资料!也可访问 https://codechina.gitcode.host/developer-roadmap/go/intro/ 在线查看路线图

Go技术新闻

  1. Go实现各类限流算法 - https://mp.weixin.qq.com/s/GOZkM2PGctqim4sp_uIEsg
  2. Go module与私有库指南 - https://dev.to/johanlejdung/a-mini-guide-go-modules-and-private-repositories-4c7o
  3. 在Go中如何使用logging - https://scene-si.org/2021/02/07/how-we-use-logging/
  4. Go Without Wires - https://deadprogram.github.io/fosdem-2021/
  5. 关于Go中的错误检查 - http://sigusr2.net/check-for-go-errors.html
  6. 删除k8s命名空间的隐患 - https://www.openshift.com/blog/the-hidden-dangers-of-terminating-namespaces
  7. 使用caddy构建一个kubernetes ingress controller - https://dgraph.io/blog/post/building-a-kubernetes-ingress-controller-with-caddy/
  8. 使用Go构建rest服务part4: 使用openapi和swagger - https://eli.thegreenplace.net/2021/rest-servers-in-go-part-4-using-openapi-and-swagger
  9. 一个基于Fyne GUI的轻量级密码管理工具 - https://github.com/Gyro7/Osiris-pwm
  10. 基于base64和sql的高性能token刷新方案 - https://cornesteenhuis.medium.com/blazing-fast-refresh-tokens-using-base64-encoding-sql-a82a559f0689
  11. ssh隧道原理图解 - https://robotmoon.com/ssh-tunnels/

Go技术进阶专栏导读

在Go语言中,我们日常使用最多但又经常被”忽视“的一类函数就是变长参数函数。但变长参数函数在日常又是被使用得最多的一类函数,这是因为最常用的fmt包、log 包中的几个导出函数都是变长参数函数。但日常我们却很少基于变长参数设计和实现自己的函数或方法。究其原因,除了对变长参数函数的理解可能不足之外,更主要的原因是没有找到很好的变长参数函数应用模式。Go进阶专栏“改善Go语⾔编程质量的50个有效实践”的第22篇文章《变长参数函数的妙用》将为大家详细讲解变长函数的惯用法。

目前该技术专栏正在新春促销!关注我的个人公众号“iamtonybai”,发送“go专栏活动”即可获取专栏专属优惠码,可在订阅专栏时抵扣20元哦。

资料下载

关注公众号iamtonybai,发送特定关键字获取对应精品资料!

  • GopherChina 2020技术大会ppt资料 - 发送gopherchina2020
  • GopherCon 2020大会技术ppt资料 - 发送gophercon2020
  • 《设计数据密集型应用程序》作者Martin Kleppmann新课“分布式系统”的讲义资料 - 发送distsys
  • O'Reilly的《分布式跟踪实战(Distributed Tracing in Practice)》 - 发送distrace
  • 加州伯克利的47页的“机器学习的数学基础”资料 - 发送math4ml

“Gopher部落”,新年新气象

“Gopher部落”正式转正(从试运营星球变成了正式星球)!“gopher部落”旨在打造一个精品Go学习和进阶社群,目前虽小,但持续力很强。在2021年上半年,部落将策划两个专题系列分享,并且是部落独享哦:

  • Go技术书籍的书摘和读书体会系列
  • Go与eBPF系列

考虑到部落尚处于推广期,这里仍然为大家准备了新人优惠券,虽然优惠幅度有所下降,但依然物超所值,早到早享哦!

感谢大家对本星球的支持!

联系方式