chore: update modul name and imports.
This commit is contained in:
parent
5a92382063
commit
594d7e48f5
29 changed files with 38 additions and 38 deletions
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type AptManager struct {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type CargoManager struct{}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"os/exec"
|
||||
"system_setup_tool/internal/shell"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type ChocoManager struct{}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type DnfManager struct {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type FlatpakManager struct {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"os/exec"
|
||||
"system_setup_tool/internal/shell"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type GolangManager struct{}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"os/exec"
|
||||
"system_setup_tool/internal/shell"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type HomebrewManager struct{}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"os/exec"
|
||||
"system_setup_tool/internal/shell"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"runtime"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type OSManager struct {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type Packages struct {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type PacmanManager struct {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"fmt"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type PipxManager struct{}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"os/exec"
|
||||
"system_setup_tool/internal/shell"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
package packagemanager
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/shell"
|
||||
"log"
|
||||
"strings"
|
||||
"system_setup_tool/internal/shell"
|
||||
)
|
||||
|
||||
type WingetManager struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue