goenv
goenv copied to clipboard
Add Windows support
trafficstars
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!
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.
In win, maybe github.com/voidint/g is a good choice