Temporarily commented imports on backups module

pull/32/merge
Paulo Truta 2023-05-30 21:20:30 +02:00
parent 04cdba7479
commit 13275f80a5
1 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
package backups package backups
import ( // import (
"fmt" // "fmt"
"os" // "os"
"path/filepath" // "path/filepath"
"strings" // "strings"
"github.com/edgebox-iot/edgeboxctl/internal/diagnostics" // "github.com/edgebox-iot/edgeboxctl/internal/diagnostics"
"github.com/edgebox-iot/edgeboxctl/internal/utils" // "github.com/edgebox-iot/edgeboxctl/internal/utils"
"github.com/shirou/gopsutil/disk" // "github.com/shirou/gopsutil/disk"
) // )
// Repository : Struct representing the backup repository of a device in the system // Repository : Struct representing the backup repository of a device in the system
type Repository struct { type Repository struct {