$ go doc cmd/vet默认情况下执行所有检查。如果任何标志显式设置为 true,则仅运行那些测试。相反,如果任何标志显式设置为 false,则仅禁用那些测试。因此 -printf=true 运行 printf 检查,-printf=false 运行除 printf 检查之外的所有检查。Unkeyed composite literalsFlag: -compositesComposite struct literals that do not use the field-keyed syntax.
如果您使用的是语言服务器。Gopls on by default in the VS Code Go extensiongopls 默认情况下会进行兽医检查。"gopls": { "analyses": { "composites": false }
},