[ja] apply patch]
This commit is contained in:
@@ -84,7 +84,7 @@ beedbインターフェースはもう一種類の挿入の方法を提供して
|
||||
|
||||
複数のデータを挿入
|
||||
|
||||
addslice := make([]map[string]interface{})
|
||||
addslice := make([]map[string]interface{}, 0)
|
||||
add:=make(map[string]interface{})
|
||||
add2:=make(map[string]interface{})
|
||||
add["username"] = "astaxie"
|
||||
|
||||
Reference in New Issue
Block a user