client refactor
This commit is contained in:
@@ -3,6 +3,6 @@ package main
|
||||
import "github.com/iliadenisov/galaxy/client"
|
||||
|
||||
func main() {
|
||||
c := client.NewClient()
|
||||
c := client.NewUI()
|
||||
c.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user