• 【go】sdk + idea-plugin 开发工具安装


    http://golang.org/doc/install/source

    第一步:
    windows 安装 git
    第二步
    $ git clone https://go.googlesource.com/go $ cd go $ git checkout go1.4.1

    保持FQ姿势

    D:Program Files (x86)Gitin>git clone https://go.googlesource.com/go
    Cloning into 'go'...
    remote: Sending approximately 75.85 MiB ...
    remote: Counting objects: 7223, done
    remote: Finding sources: 100% (1687/1687)
    remote: Total 218178 (delta 177931), reused 217880 (delta 177931)
    Receiving objects: 100% (218178/218178), 70.72 MiB | 301.00 KiB/s, done.
    Resolving deltas: 100% (178325/178325), done.
    Checking connectivity... done.
    Checking out files: 100% (4887/4887), done.

    第一步:

    下载 go 安装包

      https://golang.org/dl/

    解决问题的过程 帖子推荐使用此版本

    这是干嘛用的? Community Edition    ideaIC-14.1.4.exe  

    答:社区版 提供最少的功能

    有人推荐使用intellj +golang插件(虽然不是最佳实践,本着少装ide的原则尝试一下)

    看了各种帖子(还有12年的),尝试了多种方法都没有搞成功,孟架构的说法是国内的帖子是误导的(有道理,这是必然的,没有官方的实效更新)

    直接看官网 https://github.com/go-lang-plugin-org/go-lang-idea-plugin

    使用最新版

    选择这个库来搜  “go”  然后 install plugin

    intellij + go plugin 开发环境搞定!

  • 相关阅读:
    6.12白书第五章图论总结——司雨寒
    【司雨寒】最短路专题总结
    十三 十四周总结
    13周总结--苏康
    JuneX_13
    12总结--苏康
    十二周总结
    每周总结(5.30)——何贤拓
    进阶实验4-3.1 家谱处理 (30分)
    进阶实验2-3.1 海盗分赃 (25分)--递推
  • 原文地址:https://www.cnblogs.com/viewcozy/p/4617138.html
Copyright © 2020-2023  润新知