goenv icon indicating copy to clipboard operation
goenv copied to clipboard

Add Windows support

Open brianstrauch opened this issue 1 year ago • 2 comments
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!

brianstrauch avatar Dec 11 '23 17:12 brianstrauch

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.

ChronosMasterOfAllTime avatar Dec 12 '23 20:12 ChronosMasterOfAllTime

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

oohook avatar Mar 20 '24 09:03 oohook