I’m using GoSublime. How to jump to error line that shown after unsuccessful run?
For Example. I’ve wrote some code, ctrl+b, run and got an output:
./card.go:9: missing return at end of function
I’d like to hit this line and jump to card.go file at line 9.