go-langserver icon indicating copy to clipboard operation
go-langserver copied to clipboard

Update fmt.Errorf

Open sourcegraph-bot opened this issue 4 years ago • 2 comments

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

sourcegraph-bot avatar May 11 '20 02:05 sourcegraph-bot

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

unknwon avatar May 11 '20 03:05 unknwon

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.

keegancsmith avatar May 11 '20 07:05 keegancsmith