LoginSignup
0
0

More than 3 years have passed since last update.

Goの環境構築

Posted at

ターミナルでの操作手順
1 homebrewをインストールする。
2 brew install go
3 go version インストールバージョンの確認
4 echo $GOPATH でパスが通っている先を確認
5 出てこない場合パスを編集
vim source ~/.zshrc
export GOPATH=$HOME/.go を追加
6 source ~/.zshrc パスファイルを更新
echo $GOPATH 出てくることを確認

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