dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.37k stars 209 forks source link

Allow leading spaces for compilation error message #353

Closed yuezhu closed 4 years ago

yuezhu commented 4 years ago

In compilation buffer, the error message from go test containing the file and line number may begin with spaces. My go version: go1.14.1 darwin/amd64.

psanford commented 4 years ago

Thanks, this looks correct.

I've been using a custom compilation mode so I didn't notice this was broken.