- Added a new toTime function to convert various time formats to RFC3339 strings, ensuring consistent time representation in the data. - Updated the fmtRow function to utilize the new toTime function for 'mtime' and 'ctime' fields, enhancing data formatting. - Modified the TestDBList function to include a check for non-empty lists before asserting the ID, improving test robustness. |
||
|---|---|---|
| .. | ||
| cases_test.go | ||
| db.go | ||
| db_test.go | ||
| fs.go | ||
| fs_test.go | ||
| utils.go | ||