Open
Description
The primary reason I get bit by unexpected crashes is often getting nil
or array bounds errors. I believe this could help a lot of others as well.
It'd be cool to add support for https://github.com/uber-go/nilaway and have the Problems UI point to these errors.
Using via the CLI works, but this feels like it'd make a good addition to the linters/error checks offered in vscode-go