We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395dc46 commit 4147902Copy full SHA for 4147902
ebook/05.5.md
@@ -84,7 +84,7 @@ beedb接口提供了另外一种插入的方式,map数据插入。
84
85
插入多条数据
86
87
- addslice := make([]map[string]interface{})
+ addslice := make([]map[string]interface{}, 0)
88
add:=make(map[string]interface{})
89
add2:=make(map[string]interface{})
90
add["username"] = "astaxie"
0 commit comments