Skip to content

Commit ad6539d

Browse files
author
ganlei
committed
feat: update README example
1 parent c1a2bb3 commit ad6539d

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
@@ -27,7 +27,7 @@ type Options struct {
2727
}
2828

2929
opt := Options{ "foo", true, 2 }
30-
v, _ := query.Values(opt)
30+
v, _ := query.Values("",opt)
3131
fmt.Print(v.Encode()) // will output: "q=foo&all=true&page=2"
3232
```
3333

0 commit comments

Comments
 (0)