Go-lang Development Environment Construction

Source: Internet
Author: User
This is a creation in Article, where the information may have evolved or changed.

Go-lang Development Environment Construction

SDK installation

    1. SDK Download

      Can be the last officer Web download, you can also choose to download Go-lang China.

    2. SDK installation
      Direct installation, nothing special, set environment variables after installation is complete

      • Goroot = D:\Go\bin
      • Gopath = D:\Go\bin
      • PATH = Xxxxxx;d:\go\bin
    3. Test whether the installation was successful
      C:\users\closer>go version
      Go version go1.5.1 windows/amd64

IDE Installation

Choose Idea as the IDE and download it from the website.

After the installation is complete, go to plugin for IntelliJ to see the specific installation instructions and the address of the plugin library.

    1. Open idea and select Pluginsin the Settings window;
    2. Click Browse repositories;
    3. In the Browse repositories window, click Manage repositories;
    4. Click +to paste in the corresponding version of the plugin.
      such as: https://plugins.jetbrains.com/plugins/alpha/5047

Of course, you can also modify the idea.properties file directly.

  idea.plugin.hosts=[URL1];[URL2];...[URLn]
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.