-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.
Milestone
Description
Type in printf function for floating-point verb is specified correctly, but go vet shows this as an error
gopls version
gopls v0.8.1
Editor and settings
vscode 1.65.2
"gopls": {
"ui.diagnostic.staticcheck": true,
"ui.completion.usePlaceholders": true,
"ui.diagnostic.analyses": {
// "fieldalignment": true,
"nilness": true,
"shadow": true,
"unusedparams": true,
"unusedwrite": true
},
"ui.diagnostic.annotations": {
"bounds": true,
"escape": true,
"inline": true,
"nil": true
},
},
What did you see?
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.

