go-langserver
go-langserver copied to clipboard
Update fmt.Errorf
Update fmt.Errorf
calls to use %w
instead of %s
.
NOTE: This would require users to have at least Go 1.13, in case that matters.
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.