8 ms·
I recently tried to get Go running on a Windows PC and was surprised at how immature the ecosystem is for that configuration. The thing that seemingly everyone
by InvisGhost 8mo ago
I recently tried to get Go running on a Windows PC and was surprised at how immature the ecosystem is for that configuration. The thing that seemingly everyone uses for hotreloading (Air) can't be configured to support Windows and Linux at the same time. Console output from the application in question was also completely missing, which admittedly, they fixed as soon as I created a bug report and repro project.
I want to use Go for some low-cost projects hosted on VPS's but the dev experience isn't quite there yet.
- coder543 8mo agoI wouldn't say "everyone" uses Air. I had never even heard of it, despite frequently developing in Go for close to a decade at this point. Modd is quite nice: https://github.com/cortesi/modd https://github.com/cortesi/modd But, why couldn't you just use WSL? It is one of the main selling points of using Windows as a developer these days.