Getting Started

发布时间:2025-08-12 02:03

GitHub学习资源:https://docs.github.com/en/github/getting-started-with-github #生活技巧# #工作学习技巧# #编程学习资源#

Go Version requirement

We recommend you upgrade Go to the latest version ( >= Go1.13 ), you can upgrade Go here.

Set GOPROXY environment

Bash (Linux or macOS)

export GOPROXY=https://goproxy.io,direct

PowerShell (Windows)

$env:GOPROXY = "https://goproxy.io,direct"

Add Environments in your profile (RECOMMEND)

Mac/Linux

# add environment to your profile echo "export GOPROXY=https://goproxy.io,direct" >> ~/.profile && source ~/.profile # if your terminal is zsh,type the command below echo "export GOPROXY=https://goproxy.io,direct" >> ~/.zshrc && source ~/.zshrc

Windows

1. Right click This PC -> Properties -> Advanced system settings -> Environment Variables 2. Click "New" in Environment Variables 3. Input Variable Name: “GOPROXY” 4. Input Variable Value: “https://goproxy.io,direct” 5. Click "OK", save your settings.

网址:Getting Started https://klqsh.com/news/view/140689

相关内容

GitHub.com Help Documentation
Get the Postman app
英语口语练习:用的26句日常生活英语口语练习
Online Timer for 1 Minute. Start Your Countdown Free!
Eunsan Wireless Forum
社交活动的真相
《战胜拖延症》电子书在线阅读
3 Best Shoe Stores in Los Angeles, CA
General Chat
时间管理的五个高效方法

随便看看