add makefile

This commit is contained in:
Adem Baccara
2025-08-17 15:36:32 +01:00
parent bd658e9c7b
commit 59845a359f
16 changed files with 445 additions and 46 deletions
+4 -3
View File
@@ -2,12 +2,13 @@ package ui
import (
"fmt"
"github.com/Adembc/lazyssh/internal/core/domain"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
"strconv"
"strings"
"time"
"github.com/Adembc/lazyssh/internal/core/domain"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
type ServerFormMode int