go-language-server v0.6.72 Release Notes

Release Date: 2018-01-09 // over 6 years ago
    • Ramya Rao (@ramya-rao-a)
      • Fix the issue that got introduced in the previous release, where formatter reverts changes unless goreturns is updated. Fixes Bug 1447
      • ~, $workspaceRoot and $workspaceFolder are now supported in the go.goroot setting
    • [Ben Wood @(benclarkwood)](benclarkwood)
      • Collapse single line imports into an import block when auto-completing symbols from unimported packages or when using the Go: Add Import command. Fixes Bug 374 with PR 500