LoginSignup
4
3

More than 5 years have passed since last update.

Go入門@環境構築編(IntelliJ IDEA 14.1.4)

Last updated at Posted at 2015-07-05

構築環境

  • OS:Windows7 64bit
  • go1.4.2
  • IntelliJ IDEA 14.1.4
  • go-lang-idea-plugin

Go のインストール

  1. ここからgo1.4.2.windows-amd64.msiをダウンロード 01_go_lib.jpg
  2. インストーラーはデフォルト設定でOK
    • PathとGo Rootが自動的に設定されている
      02_go_lib.jpg

IntelliJ IDEA の インストール

  1. ここからideaIC-14.1.4.exeをダウンロード
    • Community Edition は 無料で使用できる 03_intellij.jpg
  2. インストーラーはデフォルト設定でOK

go-lang-idea-pluginのインストール

  1. ここからGo.201.zipをダウンロード
  2. IntelliJ IDEA を起動
  3. Configure -> plugins -> Install plugin from disk で Go.201.zipを選択。 04_intellij.jpg 05_intellij.jpg
  4. 正常に読み込みできれば、下記のようになるのでOKで再起動 06_intellij.jpg
  5. Configure -> Project Defaults -> Project Structure
  6. Platform Settings SDKs -> [+] -> [Go SDK] からPATHを指定し、OK 07_intellij.jpg

その他設定

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3