Versions in this module Expand all Collapse all v0 v0.0.17 May 21, 2026 Changes in this version + var DefaultIgnorePatterns = []string + func SearchDirWithOptions(dirPath string, options SearchOptions, cb func(comment *Comment)) error + type SearchOptions struct + IgnorePatterns []string v0.0.16 May 19, 2026 Changes in this version + var CStyleCommentOptions *lege.ParseOptions = &lege.ParseOptions + var HashStyleCommentOptions *lege.ParseOptions = &lege.ParseOptions + var LanguageParseOptions map[Language]*lege.ParseOptions = map[Language]*lege.ParseOptions + var LispStyleCommentOptions *lege.ParseOptions = &lege.ParseOptions + func SearchCommit(commit *object.Commit, cb func(*Comment)) error + func SearchDir(dirPath string, cb func(comment *Comment)) error + func SearchFile(filePath string, reader io.Reader, cb func(*Comment)) error + type Comment struct + FilePath string + type Comments []*Comment + type Language string