1
0

More than 3 years have passed since last update.

IntelliJにてgoenvで落としているGoを指定

Posted at

やること

goenvを使ってGoのVersionを管理してIntellijを利用する場合の手順です。

$ cd YOUR_PROJECT
$ go env GOROOT
/Users/YOUR_NAME/.goenv/versions/1.11.0

上記のように出たならば、以下スクショのように設定してあげましょう。

スクリーンショット 2019-11-07 18.27.40.png

以上。

1
0
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
1
0