oqtane-general-description #62

Merged
Kocoder merged 17 commits from oqtane-general-description into main 2026-03-02 11:33:12 +00:00
Showing only changes of commit b1ee047562 - Show all commits

View File

@@ -61,7 +61,7 @@ func main() {
}
count := countWords(content)
counts = append(counts, fmt.Sprintf("#### Review for `%s`\n\n%s", file.Filename, count))
counts = append(counts, fmt.Sprintf("#### Word count for `%s`\n\nWord count: %d", file.Filename, count))
}
if len(counts) > 0 {