We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ecca5 commit e385609Copy full SHA for e385609
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.3.0
2
+
3
+- Do not prefix/suffix comment with whitespace.
4
5
## v0.2.1
6
7
- Bump license year.
README.md
@@ -55,6 +55,6 @@ func main() {
55
}
56
defer rows.Close()
57
58
- // will produce the following query: SELECT 1 /* application='hello-app',user-id='22' */
+ // will produce the following query: SELECT 1 /*application='hello-app',user-id='22'*/
59
60
```
0 commit comments