aboutsummaryrefslogtreecommitdiff
path: root/readme_to_html.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-051-45/+0
* Remove renderReadmeAtTreeRunxi Yu2025-04-051-18/+0
* Reduce unnecessary allocations when converting []byte to stringv0.1.22Runxi Yu2025-04-051-3/+3
* Reduce allocations when converting string to []byteRunxi Yu2025-04-051-1/+1
* HTTP: Make README rendering more composableRunxi Yu2025-04-031-36/+31
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+3
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu2025-03-301-1/+1
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-22/+22
* readme: Fix filename typoRunxi Yu2025-03-061-0/+65