vtorc
: pre-alloc underlying array in sqlutils.RowToArray
#3251
static_checks_etc.yml
on: push
Static Code Checks Etc
3m 5s
Annotations
3 errors
Static Code Checks Etc:
go/vt/external/golib/sqlutils/sqlutils.go#L167
S1019: should use make([]any, numColumns) instead (gosimple)
|
Static Code Checks Etc:
go/vt/external/golib/sqlutils/sqlutils.go#L168
S1019: should use make([]CellData, numColumns) instead (gosimple)
|
Static Code Checks Etc
Process completed with exit code 1.
|