From 7e9db518c09c82a9d122f6204f2074f5a3b3aeae Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Sat, 14 May 2016 15:54:23 -0400 Subject: Add author --- todo.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'todo.go') diff --git a/todo.go b/todo.go index 7c87a38..63faff5 100644 --- a/todo.go +++ b/todo.go @@ -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) { -- cgit v1.3