0 کاربر و 1 مهمان درحال مشاهده موضوع.
Just add the following lines to ~/.bashrc and this will persist. However, you can use other paths you like as GOPATH instead of $HOME/go in my sample.
export GOPATH=$HOME/goexport PATH=$PATH:$GOROOT/bin:$GOPATH/bin
سلامفکر می کنم این راهنما کارگشا باشه.یه راه دیگه :نقلقولJust add the following lines to ~/.bashrc and this will persist. However, you can use other paths you like as GOPATH instead of $HOME/go in my sample.کد: [انتخاب]export GOPATH=$HOME/goexport PATH=$PATH:$GOROOT/bin:$GOPATH/bin