diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-05-10 20:21:15 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2017-05-10 20:21:15 -0400 |
| commit | 14502a4dee75e0da0915061f15928efb44d2b1ab (patch) | |
| tree | 4b05a3c9b6c920a99ebd5efb4b88f12a8b2d867e | |
| parent | 55af0a2d91c8e72ebe54b00f8b023d4e46686287 (diff) | |
Formatting
| -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)(\\ |) `) |
