Top "Goland" questions

GoLand is an IDE by JetBrains for the Go programming language

"package XXX is not in GOROOT" when building Golang project

I have a weird issue that arose when I took a break from this project. Upon starting up Goland, I'm …

go goland
How to remove unnecessary blank line on code formatting in IntelliJ?

Is it possible to remove empty/blank lines using code formatting in Intellij IDEA?

intellij-idea phpstorm webstorm jetbrains-ide goland
goland how to use gofmt?

I started learning golang and installed GoLand from JetBrains. I am reading the book The Go Programming Language, and in …

go goland
Execute gofmt on file save in IntelliJ

I use IntelliJ with the Golang plugin. Is it possible to configure the IDE to execute gofmt on file save?

go intellij-idea goland
How do I configure goland to recognize 'mod' packages?

I am taking go1.11rc1 for a spin and the first thing I noticed is that goland does not recognize …

go goland
golang unexpected directory layout

So I downloaded minio from github.com/minio/minio I want to run it from the source, I create my …

go goland
How to set up debugging in GoLand?

I am trying out GoLand and hear that the debugger is supposedly awesome, but I can’t find any documentation …

debugging go ide goland
Golang logrus - how to do a centralized configuration?

I am using logrus in a Go app. I believe this question is applicable to any other logging package (which …

go logging goland logrus
How to run the whole project in GoLand?

I have a small project with several .go files. When I run main.go only this compiles but nothing else, …

go ide jetbrains-ide goland
GOPATH is empty (Gogland IDE)

I am pretty new to Go and Gogland. I just downloaded 'go1.8.3.windows-amd64.msi', installed it in C Drive and …

go goland