From 2085a6b287d435052fada584cb3e623064ddafda Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 8 Nov 2025 20:56:50 -0500 Subject: cal: refactor --- sw/cal/err.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/cal/err.go') diff --git a/sw/cal/err.go b/sw/cal/err.go index 4ceb1cc..4069384 100644 --- a/sw/cal/err.go +++ b/sw/cal/err.go @@ -9,7 +9,8 @@ import ( ) var ( - errWrongId = errors.New("wrong ID") + errWrongId = errors.New("wrong ID") + errVerifyFail = errors.New("verification failed") ) func eprintf(format string, a ...any) { -- cgit v1.2.3