zoukankan      html  css  js  c++  java
  • 【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 开发环境搞定!

  • 相关阅读:
    POJ3984-迷宫问题【BFS】
    BFS与DFS模板
    nyoj27-水池数目【DFS】
    C++ STL-stack使用详解
    C++ STL
    HDU1058
    HDU1114
    HDU1867
    Codeforces Round #461 (Div. 2) D. Robot Vacuum Cleaner
    Codeforces Round #461 (Div. 2) C. Cave Painting
  • 原文地址:https://www.cnblogs.com/viewcozy/p/4617138.html
Copyright © 2011-2022 走看看