aboutsummaryrefslogtreecommitdiff
path: root/internal/render/readme.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-06Move the Go stuff to ./forged/v0.1.32Runxi Yu1-41/+0
2025-04-06Move stuff into internal/unsortedv0.1.28Runxi Yu1-1/+1
2025-04-05Move things to internal/v0.1.23Runxi Yu1-1/+1
2025-04-05Separate code/README rendering and unsafe to their own packagesRunxi Yu1-12/+8
2025-04-05Remove renderReadmeAtTreeRunxi Yu1-18/+0
2025-04-05Reduce unnecessary allocations when converting []byte to stringv0.1.22Runxi Yu1-3/+3
2025-04-05Reduce allocations when converting string to []byteRunxi Yu1-1/+1
2025-04-03HTTP: Make README rendering more composableRunxi Yu1-36/+31
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-0/+3
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-30Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu1-1/+1
2025-03-19Remove underscores from Go code, pt 4Runxi Yu1-22/+22
2025-03-06readme: Fix filename typoRunxi Yu1-0/+0
2025-03-06repo/tree, readme: nosec G203Runxi Yu1-4/+4
2025-03-05render_readme: RenameRunxi Yu1-0/+0
2025-03-05render_readme: Fix broken logic in error checksRunxi Yu1-3/+3
2025-03-05*: Replacing more := with varRunxi Yu1-14/+15
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-13*.go: Mass rename files for clarityRunxi Yu1-0/+0
2025-02-12render_readme.go: Add org-mode supportRunxi Yu1-0/+15
2025-02-12render_readme.go: Render plain READMEs tooRunxi Yu1-13/+28
2025-02-11*.go: LintingRunxi Yu1-7/+3
2025-02-10render_readme: Use GitHub-flavored markdownRunxi Yu1-1/+9
2025-02-10*: Some simple styling with tablesRunxi Yu1-1/+1
2025-02-10*.go: ReformatRunxi Yu1-1/+0
2025-02-10render_readme: Abstract away README renderingRunxi Yu1-0/+28