I'm just starting with Go, so of course I stumble on errors on every corner. Well not really, it's way better then when I started with Java. But there is one issue.
I'm using GoLand IDE from JetBrains, and within it's integrated terminal I can easily use go command.
go version // Output: go version go1.17.5 windows/amd64
But when I try the same in GitBash the response is bash: go: command not found.
Where to find the executable?