rm useless alias

This commit is contained in:
Adem Baccara
2025-08-17 17:53:03 +01:00
parent 76adc5801e
commit 215470279c
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"fmt"
"github.com/Adembc/lazyssh/internal/core/domain"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"strings"
"time"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -15,7 +15,7 @@
package ui
import (
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -15,7 +15,7 @@
package ui
import (
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"fmt"
"github.com/Adembc/lazyssh/internal/core/domain"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"time"
"github.com/Adembc/lazyssh/internal/core/domain"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -16,7 +16,7 @@ package ui
import (
"github.com/Adembc/lazyssh/internal/core/domain"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"strings"
"time"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -15,7 +15,7 @@
package ui
import (
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"time"
"github.com/Adembc/lazyssh/internal/core/ports"
tcell "github.com/gdamore/tcell/v2" // Explicit alias
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)