diff options
Diffstat (limited to 'ref')
| -rw-r--r-- | ref/store/reading.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ref/store/reading.go b/ref/store/reading.go index a9e2ad49..bf610d9b 100644 --- a/ref/store/reading.go +++ b/ref/store/reading.go @@ -28,6 +28,8 @@ type Reader interface { // List returns references matching pattern. // // The exact pattern language is backend-defined. + // This is not good, and I should fix this soon. + // Also, this should be an iter.Seq[ref.Ref] instead. // // Labels: Life-Parent. List(pattern string) ([]ref.Ref, error) |
