Windows Subsystem for Linux, or WSL as it's commonly known, allows Windows 10 to run Linux inside Windows. We are going to have a look at WSL 1 since, as of the publishing of this article, WSL 2 is not officially released yet.
After installing WSL 1, and enabling your preferred Linux distribution on it, you can set up Go as you would on a normal Linux installation. You should also install Go for Windows since the IDE will still run on the Windows side of things.
With these two Go installations in place, some additional configuration is needed. Make sure to point the GOPATH both in Window
Working Windows Subsystem for Linux (WSL) in GoLand
by