sourcegraph / go-langserver

Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
https://sourcegraph.com
MIT License
1.17k stars 90 forks source link

Fix format string #371

Closed chrismwendt closed 5 years ago

chrismwendt commented 5 years ago

CI is failing because of this https://ci.appveyor.com/project/sourcegraph/go-langserver/builds/24438368

langserver\hover.go:503:18: Errorf format %q has arg pkgs of wrong type map[string]*go/ast.Package

I think this broke because the default Appveyor Go version was changed from 1.11 to 1.12.