Kyle McCullough
Results
1
issues of
Kyle McCullough
This change proposes a new `Comment(string)` method and `ContextWithComment(context.Context, string)` function for prepending a comment to a SQL query. Here's simple example: ```go // using the query API err :=...