# 01 创建Golang开发环境 **Published by:** [Robin](https://paragraph.com/@robin-8/) **Published on:** 2023-02-22 **URL:** https://paragraph.com/@robin-8/01-golang ## Content https://golang.google.cn/dl/wget https://golang.google.cn/dl/go1.20.1.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.1.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin $ go version go env -w GOPROXY=https://goproxy.cn,direct go env -w GO111MODULE=on ## Publication Information - [Robin](https://paragraph.com/@robin-8/): Publication homepage - [All Posts](https://paragraph.com/@robin-8/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@robin-8): Subscribe to updates