fix errors with readme
This commit is contained in:
parent
b0efe6f165
commit
241f6b889b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func main() {
|
|||
|
||||
// I will ignore all errors for demonstration purposes
|
||||
|
||||
_ = ingester.BulkPush("movies", "general", []sonic.IngestBulkRecord{
|
||||
_, _ = ingester.BulkPush("movies", "general", 2, []sonic.IngestBulkRecord{
|
||||
{"id:6ab56b4kk3", "Star wars"},
|
||||
{"id:5hg67f8dg5", "Spider man"},
|
||||
{"id:1m2n3b4vf6", "Batman"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue