about summary refs log tree commit diff stats
path: root/cmd/server/main.go
Commit message (Expand)AuthorAgeLines
* extract logging libraryAlan Pearce2024-06-30-1/+1
* enable filtered debug logging via DEBUG="component.*"Alan Pearce2024-06-29-2/+2
* change error packageAlan Pearce2024-06-29-1/+1
* rename go moduleAlan Pearce2024-06-29-2/+2
* only create a tempdir in development modeAlan Pearce2024-06-29-5/+7
* fix empty initial build in devAlan Pearce2024-06-26-0/+7
* refactor server startupAlan Pearce2024-06-25-9/+0
* remove unused variablesAlan Pearce2024-06-19-5/+0
* fix/simplify server startup/shutdownAlan Pearce2024-06-18-24/+16
* server: automatically build, re-build and reload in devAlan Pearce2024-06-11-4/+11
* log in logfmt via zap, with nicer console output in devAlan Pearce2024-05-19-14/+8
* implement live-reloading dev serverAlan Pearce2024-04-27-11/+39
* brand exe with both long and short commit hashesAlan Pearce2024-04-25-0/+5
* split code into separate filesAlan Pearce2024-04-24-0/+38