Docker
I'm using docker to work with GO, becasue of that I don't have to instal go on my host machine (everything is inside container). The problem is that I cannot find a way to set up GoLand to use GOROOT and other things inside docker container. Is this even possible? Do I have to install GO locally?
Please sign in to leave a comment.
Currently this is not supported. Please follow https://youtrack.jetbrains.com/issue/GO-3322 for any updates this.