summaryrefslogtreecommitdiff
path: root/internal/entry
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-25 23:35:14 +0200
committerPaul Buetow <paul@buetow.org>2024-12-25 23:35:14 +0200
commit578ed10948186d444c7f05e664794a02d25a06f2 (patch)
treef74ea54c93b37bfe4ec7c3872f76016c28c69ffd /internal/entry
parent35f393acae883eecdac98d2fceb85961f05ca848 (diff)
use iter.Seq2
Diffstat (limited to 'internal/entry')
-rw-r--r--internal/entry/entry.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/entry/entry.go b/internal/entry/entry.go
index cfec5fe..5d3cb1b 100644
--- a/internal/entry/entry.go
+++ b/internal/entry/entry.go
@@ -45,6 +45,7 @@ func (s State) String() string {
}
var Zero = Entry{}
+var Zeroes = []Entry{}
type Entry struct {
Path string