每日一谚:One of my most productive days was throwing away 1,000 lines of code - Ken Thompson
1.使用Go Context - https://dev.to/georgeoffley/working-with-context-in-go-75e
2.避免在生产环境中使用http.DefaultServerMux- https://sgrodriguez.github.io/2020/08/21/defaultServerMux.html
3YouTube视频:从OO语言到Go的历程 - https://www.youtube.com/watch?v=1ZjvhGfpwJ8&feature=youtu.be
4.使用Go绕过防病毒软件 - https://labs.jumpsec.com/2019/06/20/bypassing-antivirus-with-golang-gopher-it/
5.观点:区块链,几乎干不了什么 - https://thecorrespondent.com/655/blockchain-the-amazing-solution-for-almost-nothing/84495599980-95473476
•gopherdaily归档:https://github.com/bigwhite/gopherdaily
•编辑:Tony Bai (https://tonybai.com)
•邮件订阅:https://gopher-daily.com/
往期推荐
基于Markdown格式的电子书生成工具大比拼:gohugo、mdbook和peach
关于xml包在Unmarshal时将\r\n重写为\n的问题
后端程序员一定要看的语言大比拼:Java vs. Go vs. Rust
Hello,WireGuard
图解Go运行时调度器
Go语言之禅
使用minio搭建高性能对象存储-第一部分:原型