Go: fix plenty of warnings (#17918)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-08-06 13:36:04 +08:00
committed by GitHub
parent b71e84838d
commit 8bc34219f5
23 changed files with 83 additions and 174 deletions

View File

@@ -131,7 +131,7 @@ func TestExtractOpenAIStreamUsage(t *testing.T) {
func TestExtractToken(t *testing.T) {
m := map[string]any{
"a": float64(1),
"b": int(2),
"b": 2,
"c": int64(3),
}