Version manager for go libraries, currently golangci-lint and mockery support.
Motivation
The projects I worked on used different versions of the golangci-lint and mockery libraries. When I use their
commands, inconsistent, strange errors occur.
I am aiming to solve this problem by writing a basic binary manager that uses symlink under the hood.
This project infra is easy to extend for other libraries too :)
Demo
Commands
Command
Explanation
Example
gobvm listall $LIBRARY
it lists all installed versions of the given library