mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 08:28:02 +08:00
Go: fix plenty of warnings (#17918)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user