Merge branch 'main' of https://cnb.cool/blzing/blazing
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-28 23:59:33 +08:00
committed by cnb

37
.vscode/settings.json vendored
View File

@@ -1,37 +0,0 @@
{
"goBuild.savedBuildConfig": {
"outputName": "",
"outputDir": "./public",
"zcliEnabled": false,
"targetOS": "linux",
"targetArch": "current",
"enableRace": false,
"enableOptimization": true,
"stripSymbols": true,
"cgoEnabled": false,
"buildTags": "",
"customLdflags": "-X main.Version={{.Version}} -X main.BuildTime={{.BuildTime}} -X main.GitCommitID={{.GitCommit}} -X main.GitBranch={{.GitBranch}} -buildid= -extldflags '-static'",
"verboseMode": false,
"printCommands": false,
"keepWorkDir": false,
"forceRebuild": false,
"dryRun": false,
"trimPath": true,
"currentPreset": "production"
},
"go.toolsEnvVars": {
"GOROOT": "/usr/local/go",
"GOPATH": "/root/go",
"PATH": "/usr/local/go/bin:/root/go/bin:${env:PATH}",
"GOCACHE": "/workspace/.cache/go-build",
"GOMODCACHE": "/workspace/.cache/gomod",
"XDG_CACHE_HOME": "/workspace/.cache"
},
"go.alternateTools": {
"go": "/usr/local/go/bin/go",
"gopls": "/root/go/bin/gopls"
},
"go.useLanguageServer": true,
"goBuild.zcli.enabled": false,
"cSpell.words": ["struc"]
}