My only complaint about go is the lack of a Go supported IDE. There are lots of paid ones out there, but I've spent the morning looking for a good one that runs in a web browser that are easy to install.

> My only complaint about go is the lack of a Go supported IDE. There are lots of paid ones out there, but I've spent the morning looking for a good one that runs in a web browser that are easy to install.

I am not sure why would you want to run your IDE in a web browser, but Visual Studio Code [1] is regarded by the Go community as one of the best code editors (with plugins) [2] to develop Go projects, and in case you do not know already, Visual Studio Code is technically a web browser [3]. That being said, Goland [4] is probably one of the best integrated development environments for Go programming out there.

[1] https://code.visualstudio.com/

[2] https://code.visualstudio.com/docs/languages/go

[3] https://github.com/microsoft/vscode

[4] https://www.jetbrains.com/go/