Skip to content

Commit 37a1117

Browse files
committed
readme
1 parent 321b9f1 commit 37a1117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Simple SQL escape and format
55

66
## Escaping sql values
77

8-
```
8+
```golang
99
//Format
1010
sql := sqlstring.Format("select * from users where name=? and age=? limit ?,?", "t'est", 10, 10, 10)
1111

0 commit comments

Comments
 (0)