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