2
0

Fix staticcheck issues

This commit is contained in:
Jack Christensen
2023-07-28 18:04:26 -05:00
parent 8fb309c631
commit 1a9b2a53a5
8 changed files with 34 additions and 37 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ func (rows *baseRows) Values() ([]any, error) {
copy(newBuf, buf)
values = append(values, newBuf)
default:
rows.fatal(errors.New("Unknown format code"))
rows.fatal(errors.New("unknown format code"))
}
}