GoLand tip of the day: when Make run configurations don't find go
The problem
In a GoLand 2018.3 EAP run configuration, a Makefile run configuration finds thego
binary on macOS, but not on Ubuntu, causing make targets like this one to fail:
Simple enough to fix...