From fe46976256aa3a5cac9baf745ac1debcb49d00c0 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 25 Nov 2024 15:17:02 -0500 Subject: fix: enhance readme, and update notice duration (#12) * Move main.go to root for easy go install ... * Better README * elongate notice duration --- internal/notices/notices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/notices/notices.go') diff --git a/internal/notices/notices.go b/internal/notices/notices.go index 49fb179..4fbd807 100644 --- a/internal/notices/notices.go +++ b/internal/notices/notices.go @@ -11,7 +11,7 @@ import ( ) const ( - expiryDelay = 1 // seconds + expiryDelay = 3 // seconds ) type NoticeExpiryMsg string -- cgit v1.2.3