From fe2929d5f7249f8593923446e1c327bf503cc8a0 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 25 Oct 2025 22:01:26 +0900 Subject: internal/app/state: include et header This is the initial step of implementing #19. Signed-off-by: Ophestra --- internal/app/state/state.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal/app/state/state.go') diff --git a/internal/app/state/state.go b/internal/app/state/state.go index c5238d18..a64568f6 100644 --- a/internal/app/state/state.go +++ b/internal/app/state/state.go @@ -2,14 +2,9 @@ package state import ( - "errors" - "hakurei.app/hst" ) -// ErrNoConfig is returned by [Cursor] when used with a nil [hst.Config]. -var ErrNoConfig = errors.New("state does not contain config") - type Store interface { // Do calls f exactly once and ensures store exclusivity until f returns. // Returns whether f is called and any errors during the locking process. -- cgit v1.3.1