obsidian plugin, mygvm enhancements

This commit is contained in:
Jacob Bohanon
2024-04-05 07:41:23 -04:00
parent 7367c425fb
commit b6689da485
9 changed files with 96 additions and 26 deletions

7
mygvm/README.md Normal file
View File

@@ -0,0 +1,7 @@
### My GVM
This tool was written to share a single `GOPATH` despite multiple different Go versions, which require their own `GOROOT`.
It will find and install latest minor or explicit patch versions.
Due to `GOBIN` switching around, a list of modules can be specified to install. These should be located at
`$HOME/.config/mygvm/modules_to_install` separated by newlines