美文网首页Go编程
【Go基础】在window上安装Goland

【Go基础】在window上安装Goland

作者: 炼狱腾蛇Eric | 来源:发表于2019-06-30 21:59 被阅读0次

1. 官方网站

http://www.jetbrains.com/go/

2. 下载

image.png

3. 安装

  • 双击exe安装程序


    image.png
  • 开始安装


    image.png
  • 选择安装路径


    image.png
  • 在桌面创建图标


    image.png
  • 创建开始菜单


    image.png
  • 结束


    image.png

4. 配置

  • 导入配置,新安装的程序不用导入任何配置


    image.png
  • 新建Project


    image.png
  • 如果安装了Golang并且配置过环境变量,程序就会自动找到GOROOT


    image.png
  • 新建一个Go文件


    image.png
  • Hello world


    image.png

相关文章

网友评论

    本文标题:【Go基础】在window上安装Goland

    本文链接:https://www.haomeiwen.com/subject/jfjfcctx.html