Skip to content

Commit 182e112

Browse files
committed
fixed comments
1 parent 513cfbb commit 182e112

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# sqlstring
1+
# sqlstring
2+
3+
Simple SQL escape and format
4+

Diff for: sql.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func Format(query string, args ...interface{}) string {
120120
return sql.String()
121121
}
122122

123-
//Format format the sql with args
123+
//FormatInLocation format the sql with args
124124
func FormatInLocation(query string, loc *time.Location, args ...interface{}) string {
125125

126126
if len(args) == 0 {

0 commit comments

Comments
 (0)