Add comments

This commit is contained in:
2026-01-24 20:50:36 +01:00
parent c7644f7df8
commit 648fe10e10

View File

@@ -13,6 +13,8 @@ import (
"time" "time"
) )
// TODO: delete sheets
// TODO: if name is automatic, update when filename changed
func SyncSheets() error { func SyncSheets() error {
log.Println("Running library sync") log.Println("Running library sync")
syncStartTime := time.Now() syncStartTime := time.Now()