# public **Repository Path**: sparklex/public ## Basic Information - **Project Name**: public - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-20 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golang Proxy ```bash nano ~/.bashrc export GO111MODULE=on export GOPROXY="https://goproxy.cn" go install honnef.co/go/tools/cmd/staticcheck go install -v golang.org/x/tools/gopls@latest go install golang.org/x/tools/gopls go install github.com/go-delve/delve/cmd/dlv@latest ``` # Rustup ```bash set RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup rustup-init.exe ```