diff options
| -rw-r--r-- | todolist/parser.go | 2 |
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)(\\ |) `) |
