Go Modules 處理 Private GIT Repository 流程
go env -w GOPRIVATE=github.com/appleboygo env -w GONOPROXY=github.com/appleboygo env -w GONOSUMDB=github.com/appleboy
git config --global url."https://$USERNAME:$ACCESS_TOKEN@github.com".insteadOf "https://github.com"git config --global url.ssh://git@your.private.git/.insteadOf https://your.private.git/
