# go1.22.5-rv **Repository Path**: kinch/go1.22.5 ## Basic Information - **Project Name**: go1.22.5-rv - **Description**: riscv go1.22.5版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-19 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 配置 ```shell export GOROOT=$YOURPATH/go1.22.5/go export GOPATH=$YOURPATH/go1.22.5/global/ export PATH=$GOROOT/bin:$GOPATH/bin:$PATH export GOSUMDB=off go env -w GO111MODULE=on go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct