Goland IDE can't run go file with error: no required module provides package.... However the path and file exist and if I just run it from CLI (Go run) everything works fine. PS: Go modules disabled. What is wrong with Goland?
Goland IDE can't run go file with error: no required module provides package.... However the path and file exist and if I just run it from CLI (Go run) everything works fine. PS: Go modules disabled. What is wrong with Goland?