We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b4e79 commit 5bb2201Copy full SHA for 5bb2201
1 file changed
internal/file/file.go
@@ -101,7 +101,6 @@ func convertLogToDisplayName(log string) string {
101
return path.Join(split[0], split[1], split[2])
102
}
103
104
-// TODO: write test
105
// logs is the list of keys of all logs. each log is YYYY/MM/DD, which the most recent date at index 0
106
func findPreviousLog(logs []string) (string, bool) {
107
todayTime, err := time.Parse("2006/01/02", dateutil.GetCurrent().String())
0 commit comments