summaryrefslogtreecommitdiff
path: root/backend/main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: Overhaul structure again and embed everythingRunxi Yu13 days1-125/+0
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* *.go: Move to backendRunxi Yu14 days1-0/+125
And adjust Makefiles, admin handbook, and lint.sh accordingly.