go build 用來編譯package原始碼和依賴,若package有main package則產生一個可執行檔。 例如專案目錄結構如下: go-demo/ ├── go.mod ├── go.sum └ ...
確定! 回上一頁