Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matveev committed Sep 26, 2023
1 parent 336894c commit c0506c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)...)
// ...
}

Expand Down

0 comments on commit c0506c7

Please sign in to comment.