#go
Read more stories on Hashnode
Articles with this tag
前言 在 Go 1.17 升到 Go 1.18/1.19 時,對於那些會用到 http.Client 的 code ,有一個關鍵性的變動,那就是 TLS 的 version 預設值的改變。 通常來說,這個變動對於呼叫到比較新的 API 的程式都不太會有影響,但為了避免意外,Server 是否支援...
Context 需求:需要準備一個穩定的方式打包某個 Go Package (在 github 上) 編出的執行檔進一個 Debian package ,因為他不在 native 的 apt repository...
Why This question starts with a deeplink 1mg://www.1mg.com/search. package main import ( "fmt" "net/url" "runtime" ) func...
What A quine is a program that produces itself. Go 1.16 add a new feature: embed, which makes the user can embed files into the program. Hence we can...