diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-19 22:46:05 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-19 22:46:05 +0200 |
| commit | 836d21a7c43f4ce84dfa1ada0552989be4a43ca9 (patch) | |
| tree | fe6dc637c2c916e10b1beff31d687edf0f994503 /internal/prompt | |
| parent | 1550fbf9c2b0602c4675f25cd92e389593894e58 (diff) | |
use of platform aliases
Diffstat (limited to 'internal/prompt')
| -rw-r--r-- | internal/prompt/file.go | 5 |
1 files changed, 0 insertions, 5 deletions
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 + ":") |
