chore(dev): set build tag as linux for cross development

This commit is contained in:
Quentin McGaw
2023-05-29 15:59:37 +00:00
parent c2972f7bf6
commit b5d230d47a

View File

@@ -46,16 +46,13 @@
}
},
"gopls": {
"build.buildFlags": [
"-tags",
""
],
"usePlaceholders": false,
"staticcheck": true
},
"go.lintTool": "golangci-lint",
"go.lintOnSave": "package",
"editor.formatOnSave": true,
"go.buildTags": "linux",
"go.toolsEnvVars": {
"CGO_ENABLED": "0"
},