1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacOSXでgo lang設定。

Posted at

MacOSXでgoをインストールしためも。

IntelliJ IDEA Community Edition.
https://www.jetbrains.com/idea/
無料です。

brew install go
.zshrc
export GOPATH=$HOME/Work/go
export GOROOT=/usr/local/opt/go/libexec
export PATH=$PATH:$GOPATH/bin:$GOROOT/bin

IntelliJのgolangプラグイン。
スクリーンショット 2015-04-23 21.35.51.png

設定。
スクリーンショット 2015-04-23 21.32.59.png
スクリーンショット 2015-04-23 21.32.32.png
スクリーンショット 2015-04-23 21.32.45.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?