Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to select the golang sdk in Intellij IDE

I am following the following blog to configure my golang environment (OS-X machine):

http://webapp.org.ua/dev/intellij-idea-and-go-plugin/

But, whenever I try to add go sdk (installed at /usr/local/go), it appear blank selection for the SDK.

enter image description here

Please suggest me, if I am missing something.

like image 233
subhash kumar singh Avatar asked Dec 22 '14 15:12

subhash kumar singh


1 Answers

This page lists the SDKs which have already been configured in IntelliJ IDEA. You need to press the "Configure..." button and point the plugin to your SDK installation. Once you do this, it will become available in the SDK list for new project creation.

like image 76
yole Avatar answered Nov 16 '22 12:11

yole