Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
remove client app
Browse files Browse the repository at this point in the history
  • Loading branch information
lzjluzijie committed Nov 28, 2018
1 parent 8783ba8 commit 5320844
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 171 deletions.
113 changes: 0 additions & 113 deletions client/app.go

This file was deleted.

44 changes: 0 additions & 44 deletions client/web.go

This file was deleted.

14 changes: 0 additions & 14 deletions websocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ func main() {
Description: "websocks.org",
Author: "Halulu",
Email: "[email protected]",
Action: func(c *cli.Context) (err error) {
app, err := client.LoadApp()
if err != nil {
log.Println("can not load client.json, create not one")
app = client.NewApp()
err = app.Save()
if err != nil {
log.Printf("save config: %s", err.Error())
}
}

err = app.Run()
return
},
Commands: []cli.Command{
{
Name: "client",
Expand Down

0 comments on commit 5320844

Please sign in to comment.