Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 455 Bytes

README.adoc

File metadata and controls

18 lines (11 loc) · 455 Bytes

asdf-go-install

Provides an asdf plugin to version Go tools installed using go install.

Usage

Install the asdf-go-install plugin by running the following command:

asdf plugin add <name> https://github.com/selesy/asdf-go-install#<url>

Where:

  • name is the name of the tool that you want to install via asdf.

  • url is the URL of the package you want to install via go install - this should include the version specifier.