Change-Id: I30c576f826c82cbc62ce28ea7f4886702bd6605d
GitHub-Last-Rev:
2fead200dba13ec74d81e842d8bae97d1e67fcc4
GitHub-Pull-Request: golang/go#42618
Reviewed-on: https://go-review.googlesource.com/c/go/+/270000
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
Trust: Cherry Zhang <cherryyz@google.com>
parentMem: s.c,
posRow: -1,
rows: [][]*row{
- []*row{
+ {
{
cols: []interface{}{
txStatus,
},
},
cols: [][]string{
- []string{
+ {
"tx_status",
},
},
colType: [][]string{
- []string{
+ {
"string",
},
},