Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema authored Nov 18, 2023
1 parent fa73006 commit 133195e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ func main() {
}

func handler(ctx context.Context, query string) (*wire.PreparedStatement, error) {
fmt.Println(query)

statement := wire.NewPreparedStatement(func(ctx context.Context, writer wire.DataWriter, parameters []wire.Parameter) error {
fmt.Println(query)
return writer.Complete("OK")
})

Expand Down

0 comments on commit 133195e

Please sign in to comment.