aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/parser.go
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-05-10 20:21:15 -0400
committerGrant Ammons <gammons@gmail.com>2017-05-10 20:21:15 -0400
commit14502a4dee75e0da0915061f15928efb44d2b1ab (patch)
tree4b05a3c9b6c920a99ebd5efb4b88f12a8b2d867e /todolist/parser.go
parent55af0a2d91c8e72ebe54b00f8b023d4e46686287 (diff)
Formatting
Diffstat (limited to 'todolist/parser.go')
-rw-r--r--todolist/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/parser.go b/todolist/parser.go
index 4a0e5be..0d48c92 100644
--- a/todolist/parser.go
+++ b/todolist/parser.go
@@ -9,7 +9,7 @@ import (
"time"
)
-type Parser struct {}
+type Parser struct{}
func (p *Parser) ParseNewTodo(input string) *Todo {
r, _ := regexp.Compile(`^(add|a)(\\ |) `)