go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.
https://github.com/go-nv/goenv
MIT License
2.05k stars 245 forks source link

Add Windows support #354

Open brianstrauch opened 8 months ago

brianstrauch commented 8 months ago

From what I can tell, this project only supports Linux and macOS. It would be great to add Windows support and potentially also distribution with Chocolatey!

ChronosMasterOfAllTime commented 8 months ago

Hi @brianstrauch this project should work natively with WSL2.

If we do want cross-platform support it would require a higher order language (e.g. golang in conjuction with goreleaser) cross compiled for all platforms and architectures.

oohook commented 5 months ago

In win, maybe github.com/voidint/g is a good choice