aboutsummaryrefslogtreecommitdiff
path: root/routes/git.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-27routes: switch to net/http routerAnirudh Oppiliappan1-3/+2
BREAKING: This commit reworks routes.Handlers (and everywhere else) to use http.ServeMux -- and subsequently, Go 1.22's new net/http router. This might break something.
2022-12-24git: pure go git cloneAnirudh Oppiliappan1-0/+108