如何在pycharm中配置golang插件?

I want to develop Go use pycharm. My golang version is 1.4.2.And my pycharm version is 4.5.2.My operating system is Mac OSX 10.10.3.I have configured the GOROOT and GOPATH on my Mac.Like the pictures: enter image description here

I download the golang plugin from this url. But when I installed the plugin and restart pycharm, the IDE show me that no gopath and goroot. The messages:

enter image description here

what's wrong?

Install the latest pre-release build of the new golang IDEA plugin. There's been a lot of work recently on it by two Jetbrains employees and it's gotten much better than the currently released version.

Create environment vairiables gopath and goroot.

For example,

export GOPATH='goHomePath'

export GOROOT='< goRootPath >'