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