当前位置:网站首页>01 golang environment construction
01 golang environment construction
2022-06-27 22:02:00 【Love learning de test Xiaobai】
Environment building
Preface
- Learn this article Golang Development environment construction
install Go
download
- download : Click to jump to the download website ( Select the corresponding system version to download , I'm using windows System )
install
- Double click Install
- Select the installation directory
Configure environment variables
- path Add environment variables to ( Automatically added when viewing , If it is not added automatically, it can be added manually )
environment variable | explain |
---|---|
GOROOT | Appoint SDK Installation directory |
Path | add to SDK Of /bin Catalog |
GOPATH | working directory |
- Verify configuration , The following figure shows that the installation is successful
install IDE
- download : Download this IDE
- All the way next Can be installed , Activate tutorial
first Demo
package main
import "fmt"
func main() {
fmt.Println("hello world!")
}
边栏推荐
- Go从入门到实战——错误机制(笔记)
- 北京邮电大学|用于成本和延迟敏感的虚拟网络功能放置和路由的多智能体深度强化学习
- [LeetCode]515. Find the maximum value in each tree row
- 管理系統-ITclub(下)
- GBase 8a OLAP分析函数cume_dist的使用样例
- Yarn中RMApp、RMAppAttempt、RMContainer和RMNode状态机及其状态转移
- 大厂常用软件测试面试题三(附答案)
- [LeetCode]513. 找树左下角的值
- win11桌面出现“了解此图片”如何删除
- Interview question 3 of software test commonly used by large factories (with answers)
猜你喜欢
开源技术交流丨一站式全自动化运维管家ChengYing入门介绍
真香,自从用了Charles,Fiddler已经被我彻底卸载了
win11桌面出現“了解此圖片”如何删除
单元测试界的高富帅,Pytest框架,手把手教学,以后测试报告就这么做~
Null pointer exception
Special training of guessing game
"Apprendre cette image" apparaît sur le Bureau win11 comment supprimer
我想我要开始写我自己的博客了。
洛谷P5706 再分肥宅水
[MySQL] database function clearance Tutorial Part 2 (window function topic)
随机推荐
Common problems encountered by burp Suite
Common methods of string class
GBase 8a的create database 会被查询耗时很长怀疑卡住的现象分析
Bit. Store: long bear market, stable stacking products may become the main theme
Système de gestion - itclub (II)
管理系统-ITclub(中)
年薪50W+的测试大鸟都在用这个:Jmeter 脚本开发之——扩展函数
Special tutorial - Captain selection game
MYSQL和MongoDB的分析
[LeetCode]100. 相同的树
win11桌面出現“了解此圖片”如何删除
Secret script of test case design without leakage -- module test
[leetcode] dynamic programming solution partition array ii[arctic fox]
大厂常用软件测试面试题三(附答案)
神奇的POI读取excel模板文件报错
软件测试自动化测试之——接口测试从入门到精通,每天学习一点点
Oracle migration MySQL unique index case insensitive don't be afraid
分享|智慧环保-生态文明信息化解决方案(附PDF)
Analysis of stone merging
qt base64加解密