diff --git a/README.md b/README.md index fcf7aee..d1fe60e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ func main(){ // ... rows.Scan(dbmap.Scan(&s)...) // ... - squirrel.Insert("table").Columns(structColumns...) + squirrel.Insert("table").Columns(structColumns...).Values(dbmap.Values(e)...) // ... }