I think the reason I love writing websites in Go so much is how simple it is to use, i can just `apt-get install golang-go` or whatever and everything just works, `go build` will give me a binary that I can immediately copy to a server and run in production if I want
I work on a lot of small projects and being able to spend ~0 time setting up my development environment is worth a lot to me