feat: 新增 ScanRows 接口

This commit is contained in:
2024-09-18 16:51:30 +08:00
parent 030343bc01
commit 1f9ff72824
9 changed files with 311 additions and 102 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestAA(t *testing.T) {
var m Map[string, int]
var m SyncMap[string, int]
m.Store("a", 1234)
value, _ := m.Load("a")