Skip to content

Partial emulation of the gvm Go version manager CLI for use on Windows

License

Notifications You must be signed in to change notification settings

per1234-org/gvm-emulator

Repository files navigation

gvm emulator script

Check General Formatting status Check License status Check Markdown status Check Prettier Formatting status Check Shell Scripts status Spell Check status Sync Labels status

gvm is a version manager for the Go programming language. Unfortunately gvm does not support Windows.

This script provides a partial emulation of the CLI of gvm to allow the same commands to be used for management of Go version on all platforms.

Installation

  1. Add the path containing the script to the PATH environment variable.
  2. Add the following line to ~/.bashrc:
    alias gvm="source gvm.sh"
    
    The source is a hack to allow the script to modify the environment variables of the shell the script is executed from, as is required for the gvm use invocation to work.

About

Partial emulation of the gvm Go version manager CLI for use on Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages