We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a2bb3 commit ad6539dCopy full SHA for ad6539d
README.md
@@ -27,7 +27,7 @@ type Options struct {
27
}
28
29
opt := Options{ "foo", true, 2 }
30
-v, _ := query.Values(opt)
+v, _ := query.Values("",opt)
31
fmt.Print(v.Encode()) // will output: "q=foo&all=true&page=2"
32
```
33
0 commit comments