From 13275f80a56e7bf465aef948389b5021d1cee567 Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Tue, 30 May 2023 21:20:30 +0200 Subject: [PATCH] Temporarily commented imports on backups module --- internal/backups/backups.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/internal/backups/backups.go b/internal/backups/backups.go index 68cb2dc..d89ed3b 100644 --- a/internal/backups/backups.go +++ b/internal/backups/backups.go @@ -1,15 +1,15 @@ package backups -import ( - "fmt" - "os" - "path/filepath" - "strings" +// import ( +// "fmt" +// "os" +// "path/filepath" +// "strings" - "github.com/edgebox-iot/edgeboxctl/internal/diagnostics" - "github.com/edgebox-iot/edgeboxctl/internal/utils" - "github.com/shirou/gopsutil/disk" -) +// "github.com/edgebox-iot/edgeboxctl/internal/diagnostics" +// "github.com/edgebox-iot/edgeboxctl/internal/utils" +// "github.com/shirou/gopsutil/disk" +// ) // Repository : Struct representing the backup repository of a device in the system type Repository struct {