LoginSignup
0
0

More than 5 years have passed since last update.

GOの環境変数について

Posted at

go envで環境変数を確認

vim ~/.bashrcでPATHを変更

重要なPATH:

GOROOT=$HOME/local/go   //goの位置
PATH=$PATH:$GOROOT/bin
export GOPATH=projectDir
export GOBIN=projectDir/din


プロジェクト中にには{pkg,src,bin}のような三つのフォルダーがあります。
*.go-------src
buided file--------bin

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