Skip to content

Instantly share code, notes, and snippets.

@umiyosh
Created November 7, 2018 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umiyosh/cfe9d0380f0f1c002a1964b51fcb43c2 to your computer and use it in GitHub Desktop.
Save umiyosh/cfe9d0380f0f1c002a1964b51fcb43c2 to your computer and use it in GitHub Desktop.

勉強会事前作業

gvmインストール

% bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
% vi .bashrc 
if [[ -f $HOME/.gvm/scripts/gvm ]] ; then
  source $HOME/.gvm/scripts/gvm
fi

golangインストール

% gvm install go1.4
% gvm install go1.10
% gvm use go1.10 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment