asdf-golang
asdf-golang copied to clipboard
Go plugin for the asdf version manager
**Is your feature request related to a problem? Please describe.** Redundant Go version information **Describe the solution you'd like** In version 1.21, information about the toolchain version was added to...
The Node plugin has a property called `legacy_version_file`, which can be set to true at the user's discretion. I have nothing against environment variables, but ASDF already has a configuration...
**Describe the bug** When I switch between versions the `go env` variables are out of sync. This causes issues when running commands such as `go install` or `go test` ```...
I noticed this locally when making my previous PR, but I wanted to keep the commit separate in case this wasn't desired for this project.
fix bug #107
**Is your feature request related to a problem? Please describe.** Hi, are there any plans to add support for [tinygo](https://tinygo.org/)? Or should that be a separate plugin? **Describe the solution...
Thanks for the great plugin @kennyp ❤ ! This PR adds windows support when using the [msys2](https://www.msys2.org/) bash and linux tooling.
I am using `bash` but there isnt any set-env script for it ? Any specific reason for it ? I could write a simple one, but I'm not sure how...
**Describe the bug** I'm not sure if this is a bug in the plugin or ASDF itself, but I found a strange edge case: **To Reproduce** Steps to reproduce the...