From 836d21a7c43f4ce84dfa1ada0552989be4a43ca9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 19 Nov 2024 22:46:05 +0200 Subject: use of platform aliases --- internal/prompt/file.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal/prompt') diff --git a/internal/prompt/file.go b/internal/prompt/file.go index 5d7212b..9668aed 100644 --- a/internal/prompt/file.go +++ b/internal/prompt/file.go @@ -17,11 +17,6 @@ var ( ErrDeleted = errors.New("deleted") ) -// type entry interface { -// Path() string -// ContentWithLimit(int) (string, error) -// } - // TODO: Add option to randomly select another entry when no selected? func FileAction(question, content, filePath string) (string, error) { colour.Info2f(filePath + ":") -- cgit v1.2.3