美文网首页我爱编程
Golang学习笔记-环境配置

Golang学习笔记-环境配置

作者: 蛊惑佬 | 来源:发表于2016-06-22 22:19 被阅读197次

    1.下载最新的Go SDK

    http://docscn.studygolang.com/doc/install

    2.如何使用Go SDK

    http://docscn.studygolang.com/doc/code.html

    3.关于GOROOT、GOPATH、GOBIN、project目录

    http://blog.csdn.net/Alsmile/article/details/48290223

    4.读生产环境下go语言最佳实践有感

    http://my.oschina.net/siddontang/blog/263504

    5.使用Atom开发golang

    http://www.liujianghu.com/2015/10/21/develop-golang-by-atom/

    6.不翻墙下载Golang第三方依赖库

    http://golangtc.com/download/package

    7. IntelliJ的Golang插件

    https://github.com/go-lang-plugin-org/go-lang-idea-plugin
    Supported IDEs

    The plugin can be installed on IntelliJ platform versions 141.1532 – 141.9999 and 143.1180 – 143.9999 and 2016.1:

    IntelliJ IDEA 14.1.4, 15.0.2+ or 16 (Ultimate or Community)

    • WebStorm 10.0.4 or 11
    • PhpStorm 9.0 or 10
    • PyCharm 4.5.2+ or 5
    • RubyMine 7.1.3+ or 8
    • CLion 1.0.3+ or 1.2
    • Android Studio 1.2.1+

    8. 很全面的Go教程

    https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md

    相关文章

      网友评论

        本文标题:Golang学习笔记-环境配置

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