织梦CMS - 轻松建站从此开始!

abg欧博官网|登陆|游戏|

Download and install

时间:2025-12-04 07:54来源: 作者:admin 点击: 8 次
Download and install Download and install Download and install Go quickly with the steps described here. For other content on installing, yo

Download and install

Download and install

Download and install Go quickly with the steps described here.

For other content on installing, you might be interested in:

Download

Go installation

Select the tab for your computer's operating system below, then follow its installation instructions.

Linux

Mac

Windows

Remove any previous Go installation by deleting the /usr/local/go folder (if it exists), then extract the archive you just downloaded into /usr/local, creating a fresh Go tree in /usr/local/go: $ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.14.3.linux-amd64.tar.gz

(You may need to run each command separately with the necessary permissions, as root or through sudo.)

Do not untar the archive into an existing /usr/local/go tree. This is known to produce broken Go installations.

Add /usr/local/go/bin to the PATH environment variable.

You can do this by adding the following line to your $HOME/.profile or /etc/profile (for a system-wide installation):

export PATH=$PATH:/usr/local/go/bin

Note: Changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, just run the shell commands directly or execute them from the profile using a command such as source $HOME/.profile.

Verify that you've installed Go by opening a command prompt and typing the following command: $ go version

Confirm that the command prints the installed version of Go.

Open the package file you downloaded and follow the prompts to install Go.

The package installs the Go distribution to /usr/local/go. The package should put the /usr/local/go/bin directory in your PATH environment variable. You may need to restart any open Terminal sessions for the change to take effect.

Verify that you've installed Go by opening a command prompt and typing the following command: $ go version

Confirm that the command prints the installed version of Go.

Open the MSI file you downloaded and follow the prompts to install Go.

By default, the installer will install Go to Program Files or Program Files (x86). You can change the location as needed. After installing, you will need to close and reopen any open command prompts so that changes to the environment made by the installer are reflected at the command prompt.

Verify that you've installed Go.

In Windows, click the Start menu.

In the menu's search box, type cmd, then press the Enter key.

In the Command Prompt window that appears, type the following command: $ go version

Confirm that the command prints the installed version of Go.

You're all set!

Visit the Getting Started tutorial to write some simple Go code. It takes about 10 minutes to complete.

Report Issues

If you spot bugs, mistakes, or inconsistencies in the Go project's code or documentation, please let us know by filing a ticket on our issue tracker. Of course, you should check it's not an existing issue before creating a new one.

(责任编辑:)
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 验证码:
发布者资料
查看详细资料 发送留言 加为好友 用户等级: 注册时间:2025-12-14 14:12 最后登录:2025-12-14 14:12
栏目列表
推荐内容