這邊要使用 go mod init <project-name> 進行初始化(類似 npm init ),完成後會多一個檔案 go.mod (就像Nodejs 中的 package.json ),因為現在都還沒安裝任何依賴 ...
確定! 回上一頁