mockgen plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add mockgen https://github.com/Slijkhuis/asdf-gomock-mockgen
mockgen:
# Show all installable versions
asdf list-all mockgen
# Install specific version
asdf install mockgen latest
# Set a version globally (on your ~/.tool-versions file)
asdf global mockgen latest
# Now mockgen commands are available
mockgen --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.