This commit is contained in:
@ -19,7 +19,7 @@ var commands = make([]*cli.Command, 0)
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
go func() {
|
go func() {
|
||||||
log.Println(http.ListenAndServe("localhost:60089", nil))
|
log.Println(http.ListenAndServe(":60089", nil))
|
||||||
}()
|
}()
|
||||||
|
|
||||||
s := &cli.App{
|
s := &cli.App{
|
||||||
|
Reference in New Issue
Block a user