aboutsummaryrefslogtreecommitdiffhomepage
path: root/error.go
AgeCommit message (Collapse)Author
2024-10-12fortify: move error handling to separate fileOphestra Umiker
Error handling here is way too monstrous due to terrible design of the internal/app package. Since rewriting internal/app will take a while, error handling is moved out of main to improve readability. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>