diff options
| author | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-02-20 02:16:31 +0800 |
|---|---|---|
| committer | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-02-20 02:16:31 +0800 |
| commit | 369097a97856c70ab213428957c86abc9937a069 (patch) | |
| tree | 4bd7f76cccf5567f0d812212c6df0b0cce9512eb | |
| parent | 89b73b0df1a5c06cf2399bfb0d46a83e053c6561 (diff) | |
Refine the commits
| -rw-r--r-- | todo.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -110,10 +110,6 @@ func usage() { func routeInput(command string, input string) { app := todolist.NewApp() - if app == nil { - return - } - switch command { case "l", "list", "agenda": app.ListTodos(input) |
