当前位置:网站首页>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!")
}

边栏推荐
- Interval DP of Changyou dynamic programming
- .NET学习笔记(五)----Lambda、Linq、匿名类(var)、扩展方法
- Go from introduction to practice - error mechanism (note)
- Go from introduction to practice -- shared memory concurrency mechanism (notes)
- Stm32f107+lan8720a use stm32subemx to configure network connection +tcp master-slave +udp app
- Stm32cubeide1.9.0\stm32cubemx 6.5 f429igt6 plus lan8720a, configure eth+lwip
- Simulink导出FMU模型文件方法
- Go from introduction to practice - polymorphism (note)
- Special training of guessing game
- . Net learning notes (V) -- lambda, LINQ, anonymous class (VaR), extension method
猜你喜欢

.NET学习笔记(五)----Lambda、Linq、匿名类(var)、扩展方法

STM32F107+LAN8720A使用STM32cubeMX配置网络连接+tcp主从机+UDP app

JVM memory structure when creating objects

跟我一起AQS SOS AQS
![[MySQL] database function clearance Tutorial Part 2 (window function topic)](/img/03/2b37e63d0d482d5020b7421ac974cb.jpg)
[MySQL] database function clearance Tutorial Part 2 (window function topic)

Go from introduction to practice -- shared memory concurrency mechanism (notes)

我想我要开始写我自己的博客了。
![\W and [a-za-z0-9_], \Are D and [0-9] equivalent?](/img/96/2649c9cf95b06887b57fd8af2d41c2.png)
\W and [a-za-z0-9_], \Are D and [0-9] equivalent?

Open source technology exchange - Introduction to Chengying, a one-stop fully automated operation and maintenance manager

Simulink method for exporting FMU model files
随机推荐
Array assignment
軟件測試自動化測試之——接口測試從入門到精通,每天學習一點點
[leetcode] 508. Élément de sous - arbre le plus fréquent et
[MySQL] database function clearance Tutorial Part 2 (window function topic)
Go from introduction to practice -- definition and implementation of behavior (notes)
管理系统-ITclub(中)
【MySQL】数据库函数通关教程下篇(窗口函数专题)
[LeetCode]动态规划解拆分整数I[Silver Fox]
美团20k软件测试工程师的经验分享
Go from introduction to practice - polymorphism (note)
[LeetCode]515. 在每个树行中找最大值
vmware虚拟机PE启动
有时间看看ognl表达式
石子合并问题分析
[LeetCode]515. Find the maximum value in each tree row
Stm32cubeide1.9.0\stm32cubemx 6.5 f429igt6 plus lan8720a, configure eth+lwip
Go 访问GBase 8a 数据库的一个方法
真香,自从用了Charles,Fiddler已经被我彻底卸载了
Summary of Web testing and app testing by bat testing experts
Go from introduction to practice - error mechanism (note)