aboutsummaryrefslogtreecommitdiff
path: root/http_template.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05templates shall no longer be a global variableRunxi Yu1-2/+2
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-1/+1
2025-04-05Use log/slog instead of clogRunxi Yu1-3/+2
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-22Use a custom errPage500Runxi Yu1-2/+7
2025-03-19Remove underscores from Go code, pt 4Runxi Yu1-3/+3
2025-03-05*: Replacing more := with varRunxi Yu1-2/+1
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-18*.go: Add some comments for docsRunxi Yu1-0/+2
2025-02-14http_*.go: Abstract out render_template for deduplicationRunxi Yu1-0/+10