aboutsummaryrefslogtreecommitdiff
path: root/web/error.go
AgeCommit message (Collapse)AuthorFilesLines
2023-08-26Switch from ln to slogXe Iaso1-11/+10
ln had a good run, but it's not going to last for the long term. I'm going to standardize everything on log/slog and deprecate ln. Closes #385 Signed-off-by: Xe Iaso <me@xeiaso.net>
2022-11-21basic mastodon client implemented, will do more laterXe1-4/+1
Signed-off-by: Xe <me@christine.website>
2019-02-02web: use error type, simplify some codeChristine Dodrill1-0/+2
2019-01-29web: add NewError function to simplify error creation, use itChristine Dodrill1-1/+26
2019-01-29web: try using exp/errors, error type for API callsChristine Dodrill1-0/+33