Hacker News new | ask | show | jobs
by stefanmichael 1916 days ago
yes! Jetbrains GoLand helps quite a bit with the more annoying parts of the language (GOPATH, remembering commands for tools, managing go modules, etc)

There are some small things about the language that can feel a little cumbersome (lack of generics for example) but largely happy with the language and the trade offs so far seem worth it.

1 comments

Have you managed to get GoLand's IDE tests to work properly? I found that it imports only the file for the test but nothing else which causes errors due to "undefined" things (things defined in the package are not accessible as it only imported a single file). Other than that I'm a happy GoLand user
No issues with GoLand tests here, maybe edit your configuration and change the "Test kind" field from "File" to "Package" or "Directory".