Server streaming 是當 client 發送一個 request , 伺服器在一個 RPC 的回應裡,回應零個或多個訊息。 最經典的例子就是 client 做查詢,伺服器回應多個結果回來。

Continue reading

我電腦 Go 的版本是 1.13.4,參考 gorm 文件 Connecting to database 連接到資料庫的時候一直出現 invalid port when using sqlserver://username:password@localhost:1433?database=dbname 的錯誤,這個錯誤看起來就是連線字串格式錯誤。 今天就來筆記,我如何處理這問題。

Continue reading

今天要來筆記一下學到的 Go Module 的指令,這篇文章只會紀錄一些我覺得會常用的指令,並不會說明什麼是 Module,如果要了解什麼是 Module 可以參考 Go 1.11 Modules

此文章會說明的指令有 $ go mod init <module name>, $ go list, $ go get, $ go mod verify, $ go mod tidy, $ go mod why <package>, $ go mod edit, $ go mod vendor
Continue reading

Author's picture

Miles

I’m a person who is enthusiastic about Coding, and that’s my job by the way.


Web Developer


Taiwan