Hi all, I have recently started working with golan...
# our-work
c
Hi all, I have recently started working with golang and am using GoLand ide for the same. I want to use docker as a backend rather install associated packages and setup go on my host machine. Does anyone have experience with the same?
w
I want to use docker as a backend rather install associated packages and setup go on my host machine.
You want to install your packages on your host machine and not inside a docker container, is that what you mean?
Also this would fit better in a channel like #random or #tribe (I don't know if we have a programming specific channel)
1
c
I would like to install packages on docker container and build using that. That works mostlyhttps://www.jetbrains.com/help/go/docker.html#interacting-with-containers What I also want that code introspection and outside imports etc which use repos from go.mod also open on clicking imports etc via docker machine. that is what i am not able to achieve. PS: thanks for the tribe channel tip. Will post it there as well, just will close this thread of communication here with you.