Skip to content

Commit

Permalink
fix tabulation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marctrem committed Jul 21, 2021
1 parent 150b1fa commit 8e71f91
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 @@ -144,7 +144,7 @@ wr, err := conn.WritePrepared(
{
Query: "INSERT INTO secret_agents(id, name, secret) VALUES(?, ?, ?)",
Arguments: []interface{}{7, "James Bond", []byte{0x42}}
}
}
}
)
// alternatively
Expand Down

0 comments on commit 8e71f91

Please sign in to comment.