跳到主要內容

發表文章

目前顯示的是有「Golang」標籤的文章

Golang 開發筆記 (一)

安裝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