# Golang
## 架構
* [百萬級羣聊的設計實踐](https://www.readfog.com/a/1762549407242358784)
## 工作需要重新熟悉
* [gin github](https://github.com/gin-gonic/gin)
* [gin example](https://github.com/gin-gonic/examples)
## 實用範例
* [歷遍資料夾](https://www.gushiciku.cn/pl/pfkv/zh-tw)
* [Golang 爬蟲快速入門](https://segmentfault.com/a/1190000023808304)
* [資源 github repo](https://github.com/kawagami/Introduction-to-Golang/tree/main)
## 筆記
* [解釋指針](https://youtu.be/Y7DMn5y6y1I?list=PLmOn9nNkQxJFWlwItS-iI3C-4jeARUNjq)
* [中文 package](https://studygolang.com/pkgdoc)
* 
* 
* [位運算解釋](https://youtu.be/sCMA3hanRMQ?list=PLmOn9nNkQxJFWlwItS-iI3C-4jeARUNjq)
* [C 优秀程序员不得不知道的20个位运算技巧](https://blog.csdn.net/zmazon/article/details/8262185)
* [正則表達式](https://ithelp.ithome.com.tw/articles/10159236)
* [golang regex rule](https://github.com/google/re2/wiki/Syntax)
* [示例: 併發的Web爬蟲](https://wizardforcel.gitbooks.io/gopl-zh/content/ch8/ch8-06.html)
* [go mod 入門 : GOPATH 版控版本](https://medium.com/%E5%BE%AE%E5%B3%AF%E9%A3%9B%E7%BF%94/golang-go-mod-%E8%B5%B7%E6%89%8B%E5%8B%A2-39a0be969ffc)
* [在遍歷資料夾中加入 regex](https://stackoverflow.com/questions/60584697/find-a-file-by-regex-in-golang-given-the-regex-and-path)
* 
* [Golang如何確認檔案是否存在](https://blog.iphpo.com/golang%E5%A6%82%E4%BD%95%E7%A2%BA%E8%AA%8D%E6%AA%94%E6%A1%88%E6%98%AF%E5%90%A6%E5%AD%98%E5%9C%A8/)
* [Zip a file in Go](https://gosamples.dev/zip-file/)
* [Golang并发(2) - channel与context的用法和实现](http://afghl.github.io/2021/04/24/go-2-channels.html)
## 題目
* 
* 
## 實用文字記錄
* [徹底弄清Golang中[]byte與string轉換](https://www.gushiciku.cn/pl/pDSl/zh-tw)
* [PHP 到 Golang](https://github.com/YamiOdymel/PHP-to-Golang)
* [golang orm](https://github.com/LIOU2021/go-eloquent-mongodb)
* [Go 语言设计与实现](https://draveness.me/golang/docs/part2-foundation/ch03-datastructure/golang-hashmap/)
* [Go 1.18 泛型全面讲解:一篇讲清泛型的全部](https://segmentfault.com/a/1190000041634906)
* [《Go学习路线图》让你少走弯路,Let's Go !持续更新中...](https://juejin.cn/post/7119123646471208968)
* [Go语言中比较优雅的写法](https://juejin.cn/post/7082536852590166029)
* [許多感覺很強的文章](https://www.readfog.com/t/go)
* [用 Go 實作演算法](https://github.com/TheAlgorithms/Go)
* [簡單講解 & 實現事件驅動架構](https://www.readfog.com/a/1742537961038254080)
* [適配器模式在 Go 語言中的應用](https://www.readfog.com/a/1742618925423759360)