vldisk => linsk

This commit is contained in:
AlexSSD7 2023-08-26 09:16:52 +01:00
commit dc67d021e1
9 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ import (
"strconv"
"strings"
"github.com/AlexSSD7/vldisk/vm"
"github.com/AlexSSD7/linsk/vm"
"github.com/spf13/cobra"
)

View file

@ -9,7 +9,7 @@ import (
)
var rootCmd = &cobra.Command{
Use: "vldisk",
Use: "linsk",
// TODO: Fill this
// Short: "",
// Long: ``,

View file

@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"
"github.com/AlexSSD7/vldisk/vm"
"github.com/AlexSSD7/linsk/vm"
"github.com/spf13/cobra"
)

View file

@ -10,7 +10,7 @@ import (
"log/slog"
"github.com/AlexSSD7/vldisk/vm"
"github.com/AlexSSD7/linsk/vm"
"github.com/pkg/errors"
)