# golang **Repository Path**: Zeusro/golang ## Basic Information - **Project Name**: golang - **Description**: golang - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-08 - **Last Updated**: 2026-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct go env -w GOPRIVATE="git.mycompany.com,github.com/myorg/*" go env -w GOSUMDB="sum.golang.google.cn" go env GOPROXY go env GOPRIVATE go env go env -u GOPROXY go clean -modcache go install golang.org/x/tools/gopls@latest go install github.com/go-delve/delve/cmd/dlv@latest go install honnef.co/go/tools/cmd/staticcheck@latest ``` ```json { "go.useLanguageServer": true, "go.goroot": "", "go.gopath": "", "gopls": { "usePlaceholders": true, "wantCompletionDocumentation": true } } ```