I was missing the ability for logs like: `I0918 22:33:11.103850 23686 main.go:39] Hello World!`
to let me click on the `path:line_number` and jump to the exact line of code that logged the message.
I noticed this linking was working for paths in messages from `panic`, so I dug into it. The reason this doesn't work is because Goland is looking for a path:line_number without the right-bracket (or any other suffix).