From 93333b924cee1435ba2b8826d373f1dd7d6b4718 Mon Sep 17 00:00:00 2001 From: Jan Rada <31016933+ZelvaMan@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:57:48 +0200 Subject: [PATCH] add todo --- cmd/routines.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/routines.go b/cmd/routines.go index 2349a74..495fdaf 100755 --- a/cmd/routines.go +++ b/cmd/routines.go @@ -67,6 +67,7 @@ func doGetRoutines() error { log.Printf("Saving %d routines...", len(routines)) // TODO show what routines changed + // TODO remove specific name err = dbGen.SaveRoutinesFile(routines, config) if err != nil {