fix(backend): 修复 golangci-lint 报告的格式和代码规范问题

- gofmt: 修复 account_handler.go, models.go, gemini_messages_compat_service.go 的格式
- staticcheck ST1005: 将 error strings 改为小写开头
This commit is contained in:
ianshaw
2025-12-25 21:46:02 -08:00
parent efa470efc7
commit 6682d06c99
3 changed files with 45 additions and 46 deletions

View File

@@ -40,4 +40,3 @@ func FallbackModel(model string) Model {
}
return Model{Name: "models/" + model, SupportedGenerationMethods: methods}
}