Skip to content

gopls/v0.17.1

Latest
Compare
Choose a tag to compare
@findleyr findleyr released this 20 Dec 16:38
· 35 commits to master since this release

This release fixes two crashes in gopls@v0.17.0:

  • golang/go#70889: a crash in completion of type instances inside a type conversion (found via telemetry).
  • golang/go#70927: a crash when a test file has a declaration with signature func(*error).