diff options
| author | caozhiyi <272653256@qq.com> | 2019-03-07 16:03:31 +0800 |
|---|---|---|
| committer | caozhiyi <272653256@qq.com> | 2019-03-07 16:03:31 +0800 |
| commit | b974df402a70364ec9b39360b5e1f6722d36a857 (patch) | |
| tree | 10e39157adafc565bc8c54ce25b83d0cf0a950b3 /rows_test.go | |
| parent | 164a3e126aafd1b5652d9da60ae2ba2240d412eb (diff) | |
update go test and function docs
Diffstat (limited to 'rows_test.go')
| -rw-r--r-- | rows_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rows_test.go b/rows_test.go index 26fcb47..b83d377 100644 --- a/rows_test.go +++ b/rows_test.go @@ -42,6 +42,9 @@ func TestRows(t *testing.T) { t.FailNow() } } + + r := Rows{} + r.Columns() } func TestRowsError(t *testing.T) { |
