Oh-my-zsh plugin making life a bit easier, when you use gimme to manage go installations.
Provides following functions/aliases:
go-versions
: Alias forgimme -l
install-gimme
: Download latest version of gimme to ~/binload-go
: Load the go version specified by the first argument. If called without argument, the 'stable' version will be loaded.remove-go
: Remove the go version specified by the first argument from ~/.gimme/*- Completions for
gimme
,load-go
andremove-go
gimme
is assumed to be in ~/bin
, so make
sure to add this folder to the $PATH variable.