每日一諺:Concurrency is not parallelism, although it enables parallelism.
go中文網每日資訊--2021-01-30一、#公眾號:Go語言中文網
二、#公眾號:亞軍進化史
三、#公眾號:代碼與遠方
四、#公眾號:k8s技術圈
五、#公眾號:後端早讀課
六、#公眾號:Go招聘
七、mohuishou
Week04: Go工程化(一) 架構整潔之道閱讀筆記[2]八、Awesome Go
Issue 245 - Working with Embed in Go 1.16 Version[3]來源: https://studygolang.com/go/godaily
GOCN每日新聞--2021-01-301.Go JWT 實戰 [4]
2.詳解 Go 中內存分配源碼實現[5]
3.將 Go 對象暴露給 C 引用 [6]
4.使用 multipart/form-data 實現文件的上傳與下載 [7]
5.Go 中使用 JSON 時,如何區分空欄位和未設置欄位 [8]
來源:https://gocn.vip/topics/node18
gopherDaily--2021-01-302.Go併發模式: lock與waitgroup [10]
5.一組用於Go的Unix套接字高級軟體包[13]
7.Squzy-一個用Go和Bazel編寫的高性能開源監視、事件和警報系統[15]
8.基於Filecoin和IPFS的多層文件存儲API Powergate發布v2.0.0[16]
9.Linux內核維護者和研究員Shuah Khan專訪[17]
10.NASA開源的下一代飛行任務控制框架,用於在桌面和行動裝置上實現數據可視化[18]
11.Go服務與Postgres資料庫的通信[19]
12.使用JWT在Go Echo中進行用戶身份驗證[20]
13.如何通過GitHub Apps以正確的方式與GitHub集成 [21]
來源:https://gopher-daily.com/
歸檔地址:https://github.com/Han-Ya-Jun/gocn_news_setGo 技術日報交流群:關注公眾號回覆:微信,拉你入群。
參考資料[1]Go技術日報(2021-01-29): https://studygolang.com/topics/13055
[2]Week04: Go工程化(一) 架構整潔之道閱讀筆記: https://lailin.xyz/post/go-training-week4-clean-arch.html
[3]Issue 245 - Working with Embed in Go 1.16 Version: https://go.libhunt.com/newsletter/245
[4]Go JWT 實戰 : https://webdevstation.com/posts/user-authentication-with-go-using-jwt-token/
[5]詳解 Go 中內存分配源碼實現: https://www.cnblogs.com/luozhiyun/p/14349331.html
[6]將 Go 對象暴露給 C 引用 : https://tinyzimmer.github.io/posts/exporting-gobject-from-go/
[7]使用 multipart/form-data 實現文件的上傳與下載 : https://tonybai.com/2021/01/16/upload-and-download-file-using-multipart-form-over-http/
[8]Go 中使用 JSON 時,如何區分空欄位和未設置欄位 : https://segmentfault.com/a/1190000039110327
[9]我們為什麼從Python切換到Go: https://getstream.io/blog/switched-python-go/
[10]Go併發模式: lock與waitgroup : https://goworks.netlify.app/posts/go-concurrency/locks/
[11]體驗go 1.16 io/fs包: https://benjamincongdon.me/blog/2021/01/21/A-Tour-of-Go-116s-iofs-package/
[12]油管視頻:使用delve調試Go: https://www.youtube.com/watch?v=a1SneuI65O0
[13]一組用於Go的Unix套接字高級軟體包: http://ghostsre.com/2021/01/27/uds-unix-domain-socket-packages/
[14]在Go中使用緩存重用昂貴的計算 : https://rauljordan.com/2021/01/05/reuse-expensive-computation-with-in-progress-caches.html
[15]Squzy-一個用Go和Bazel編寫的高性能開源監視、事件和警報系統: https://github.com/squzy/squzy
[16]基於Filecoin和IPFS的多層文件存儲API Powergate發布v2.0.0: https://github.com/textileio/powergate
[17]Linux內核維護者和研究員Shuah Khan專訪: https://www.linuxfoundation.org/en/blog/interview-with-shuah-khan-kernel-maintainer-linux-fellow/
[18]NASA開源的下一代飛行任務控制框架,用於在桌面和行動裝置上實現數據可視化: https://github.com/nasa/openmct
[19]Go服務與Postgres資料庫的通信: https://itnext.io/communication-between-go-service-and-postgres-database-both-running-in-docker-ae0fd53a25b8
[20]使用JWT在Go Echo中進行用戶身份驗證: https://webdevstation.com/posts/user-authentication-with-go-using-jwt-token/
[21]如何通過GitHub Apps以正確的方式與GitHub集成 : https://www.openfaas.com/blog/integrate-with-github-apps-and-faasd/