Closed imjustfly closed 6 years ago
an unnecessary panic:
https://github.com/sourcegraph/go-langserver/blob/e1b4a1b1f25a0e70582780a7da7c2c85b21614e0/langserver/lint.go#L152-L154
If source file is saved with wrong syntax, go-langserver will panic. Just printing it is enough.
an unnecessary panic:
https://github.com/sourcegraph/go-langserver/blob/e1b4a1b1f25a0e70582780a7da7c2c85b21614e0/langserver/lint.go#L152-L154
If source file is saved with wrong syntax, go-langserver will panic. Just printing it is enough.