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 4d0b0d0 commit 90461ddCopy full SHA for 90461dd
encoder_test.go
@@ -189,7 +189,7 @@ func TestEncoderInt(t *testing.T) {
189
Equal(t, ok, true)
190
Equal(t, val[0], "0")
191
192
- val, ok = values["NoPtrValue"]
+ _, ok = values["NoPtrValue"]
193
Equal(t, ok, false)
194
}
195
@@ -355,7 +355,7 @@ func TestEncoderUint(t *testing.T) {
355
356
357
358
359
360
361
0 commit comments