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 89 forks source link

Update fmt.Errorf #388

Open sourcegraph-bot opened 4 years ago

sourcegraph-bot commented 4 years ago

Update fmt.Errorf calls to use %w instead of %s.

unknwon commented 4 years ago

NOTE: This would require users to have at least Go 1.13, in case that matters.

keegancsmith commented 4 years ago

NOTE: This would require users to have at least Go 1.13, in case that matters.

The go.mod file already specifies the minimum version as 1.14.