安裝Golang開發套件: 前往官網下載: https://golang.org/ 此處使用go1.14.1.windows-amd64.msi for Windows。 關於Go的一些必須知道的觀念: Golang — GOROOT、GOPATH、Go-Modules-三者的關係介紹 Go 的 build, run, install 等指令 "go run xxx.go" 針對單一檔案 "go run ." 針對當前路徑下所有 .go 檔 相關的編程教學: 初學 Golang 30 天 安裝編輯開發的IDE tool: VSCodeUserSetup-x64-1.43.2.exe
用最淺顯、直白的方式,分享最實用的程式開發相關知識與操作