当前位置:网站首页>02.Go语言开发环境配置
02.Go语言开发环境配置
2022-07-06 01:30:00 【[email protected]】
目录
1. Go 安装
1.1 Linux平台安装Go
1.1.1 使用 Linux,可以用如下方式快速安装。
$ wget https://golang.google.cn/dl/go1.18.3.linux-amd64.tar.gz
$ tar -xzvf go1.18.3.linux-amd64.tar.gz
$ mv go /usr/local/
#####################################################
1.1.2 设置环境变量
# 安装目录
export GOROOT=/usr/local/go
# 代码目录
export GOPATH=~/code export
PATH=$PATH:$GOPATH:$GOROOT/bin
1.1.3 检查是否安装成功
输入 go version 查看go的版本号
如果出现go的版本号,则说明go安装成功
[[email protected] lianxi]# go version
go version go1.18.3 linux/amd64
[[email protected] lianxi]#
#####################################################
1.2 windows安装go
1.2.1 下载
下载路径:https://golang.google.cn/dl/go1.18.3.windows-amd64.msi
下载完成后直接安装 .msi文件就行
#####################################################
1.2.2 将安装路径添加到环境变量
示例:我将go安装在了 : E:\go
进入环境变量的配置
用户变量和环境变量都可以,(反正是自己用的机器)
新建GOROOT变量,变量值为go安装路径
新建GOPATH变量,这个变量用来存放go代码的目录的路径(go_code是自己新建的)
然后在系统变量的path变量里面添加这两条
#####################################################
1.2.3 检查go在windows是否安装成功
能成功显示版本号即安装成功
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_48391148/article/details/125571213
边栏推荐
- Une image! Pourquoi l'école t'a - t - elle appris à coder, mais pourquoi pas...
- Leetcode1961. Check whether the string is an array prefix
- 3D模型格式汇总
- How to get the PHP version- How to get the PHP Version?
- Leetcode skimming questions_ Invert vowels in a string
- IP storage and query in MySQL
- Maya hollowed out modeling
- 【网络攻防实训习题】
- MCU lightweight system core
- leetcode刷题_验证回文字符串 Ⅱ
猜你喜欢
普通人下场全球贸易,新一轮结构性机会浮出水面
【详细】快速实现对象映射的几种方式
Kotlin basics 1
Basic operations of databases and tables ----- primary key constraints
IP storage and query in MySQL
【SSRF-01】服务器端请求伪造漏洞原理及利用实例
Unity | two ways to realize facial drive
Leetcode skimming questions_ Invert vowels in a string
leetcode刷题_验证回文字符串 Ⅱ
dried food! Accelerating sparse neural network through hardware and software co design
随机推荐
Spir - V premier aperçu
ClickOnce does not support request execution level 'requireAdministrator'
Idea sets the default line break for global newly created files
Huawei Hrbrid interface and VLAN division based on IP
Basic operations of database and table ----- set the fields of the table to be automatically added
【Flask】官方教程(Tutorial)-part3:blog蓝图、项目可安装化
How to see the K-line chart of gold price trend?
leetcode刷题_反转字符串中的元音字母
【Flask】官方教程(Tutorial)-part2:蓝图-视图、模板、静态文件
module ‘tensorflow. contrib. data‘ has no attribute ‘dataset
Leetcode skimming questions_ Sum of squares
NLP第四范式:Prompt概述【Pre-train,Prompt(提示),Predict】【刘鹏飞】
晶振是如何起振的?
[the most complete in the whole network] |mysql explain full interpretation
c#网页打开winform exe
A picture to understand! Why did the school teach you coding but still not
[机缘参悟-39]:鬼谷子-第五飞箝篇 - 警示之二:赞美的六种类型,谨防享受赞美快感如同鱼儿享受诱饵。
Tcpdump: monitor network traffic
leetcode刷题_验证回文字符串 Ⅱ
VMware Tools installation error: unable to automatically install vsock driver