gopls/v0.8.3
findleyr
released this
12 Apr 16:01
·
2516 commits
to master
since this release
This release exists primarily to pick up staticcheck@v0.3.0, which supports generics.
New Features
Gopls now integrates with staticcheck@v0.3.0, which supports generics. To enable staticcheck analyzers, set "staticcheck": true
in your gopls settings. Note that as part of this change, staticcheck is only supported when gopls is built with Go 1.17+.
Bugfixes
A full list of all issues fixed can be found in the gopls/v0.8.3 milestone. To report a new problem, please file a new issue at https://go.dev/issues/new.