We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfa4fd commit 3e176efCopy full SHA for 3e176ef
pkg/todos/todos.go
@@ -65,7 +65,7 @@ func SearchFile(filePath string) ([]*lege.Collection, error) {
65
if err != nil {
66
return nil, err
67
}
68
- comments, err := commentParser.ParseReader(bytes.NewReader(src))
+ comments, err := commentParser.Parse(bytes.NewReader(src))
69
70
71
0 commit comments