2020/5/16

go , vscode extension, A Tour of Go

安裝 GO 的 compiler (?) ,follow Getting Start,download msi and run
VSCode 的 extension,search Go ,第一個出現的竟然是 MS 的。所以就裝了。

然後參考剛剛 Getting Start 寫 hello world,用 VSCode 的 debug,可以看到 debug output window 有 hello world。
另外,follow Getting Start 的說明,用 cmd, 叫 go build 來 build,然後 test run exe 也一樣 OK

這個A Tour of Go 很有趣,左邊是說明,右邊就是 code and run..
有種語言版本,也有繁體中文,建議還是用英文,因為用中文的話,'包' 是? 結果是 Package...

很有趣,大寫開頭就是 public/export function,小寫開頭就是 local/private function。所以都不用特別宣告了。

ref:

沒有留言:

張貼留言