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 c16bb7b commit 6c9448aCopy full SHA for 6c9448a
query/encode_test.go
@@ -603,7 +603,7 @@ func TestValues_CustomEncodingPointer(t *testing.T) {
603
url.Values{"v": {"1"}},
604
},
605
606
- // pointers to custom encoded types. (Values below are not necessarily desirable)
+ // pointers to custom encoded types.
607
{
608
struct {
609
V *customEncodedIntPtr `url:"v"`
0 commit comments