summaryrefslogtreecommitdiff
path: root/err.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *.go: Restructure backend filesRunxi Yu13 days1-50/+0
|
* Implement course selection started/stopped statesRunxi Yu14 days1-0/+1
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/13
* *.go, schema.sql, staff.html: Implement state settingRunxi Yu2024-10-091-0/+1
| | | | References: https://todo.sr.ht/~runxiyu/cca/13
* *.go: Use sync.Map instead of map[int]*courseT for coursesRunxi Yu2024-10-091-0/+1
| | | | I'm not sure whether this is actually better than locking.
* *.go: Further wrap errorsRunxi Yu2024-10-081-0/+5
|
* err.go: Create, and unify some error definitionsRunxi Yu2024-10-081-0/+42