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.
go vet
1 parent 0f2db9e commit 5a9482cCopy full SHA for 5a9482c
AUTHORS
@@ -16,6 +16,7 @@ Arne Hormann <arnehormann at gmail.com>
16
Carlos Nieto <jose.carlos at menteslibres.net>
17
Chris Moos <chris at tech9computers.com>
18
Daniel Nichter <nil at codenode.com>
19
+Daniël van Eeden <git at myname.nl>
20
DisposaBoy <disposaboy at dby.me>
21
Frederick Mayle <frederickmayle at gmail.com>
22
Gustavo Kristic <gkristic at gmail.com>
driver_test.go
@@ -305,7 +305,7 @@ func TestMultiQuery(t *testing.T) {
305
if rows.Next() {
306
rows.Scan(&out)
307
if 5 != out {
308
- dbt.Errorf("5 != %t", out)
+ dbt.Errorf("5 != %d", out)
309
}
310
311
0 commit comments