diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-05-14 15:54:23 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-05-14 15:54:23 -0400 |
| commit | 7e9db518c09c82a9d122f6204f2074f5a3b3aeae (patch) | |
| tree | 1736fecc93c087df7dfe4bcfc9ca4cc0e8bc3dd4 | |
| parent | 39d89f7b1ac9e2460f02255c07b17563fc603e68 (diff) | |
Add author
| -rw-r--r-- | todo.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,8 @@ func usage() { blueBold.Println("\nDeleting") yellow.Println("\ttodo d 33") fmt.Println("\tDeletes a todo with id 33\n") + fmt.Println("Todolist was lovingly crafted by Grant Ammons (https://twitter.com/gammons).") + fmt.Println("For full documentation, please visit http://todolist.site") } func routeInput(command string, input string) { |
