client refactor

This commit is contained in:
Ilia Denisov
2026-03-09 13:26:17 +02:00
committed by GitHub
parent ac35360d60
commit bb2bb899de
10 changed files with 339 additions and 295 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ package main
import "github.com/iliadenisov/galaxy/client"
func main() {
c := client.NewClient()
c := client.NewUI()
c.Run()
}