Temporarily commented imports on backups module
parent
04cdba7479
commit
13275f80a5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue