Go环境安装及GoIde安装
Go环境安装
- 根据环境下载安装包
https://golang.google.cn/dl/
- 按照提示进行安装即可
GoIde安装(windows 为例)
- 下载压缩包
https://github.com/visualfc/liteide/releases
- 解压压缩包,并打开 liteide.exe
- Hello world
1.配置 GoPath 工具 > 管理GOPAHT/Modules…
2.文件>新建>Empty File 名称 hello.go
3.编写hello world
注意:
如果不配置GOPATH会报错:错误:进程无法启动.
|
请发表评论