diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-28 23:40:23 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-28 23:40:23 -0400 |
| commit | 209af758b64d586e1c0aec3ad2eb4b56740aeddf (patch) | |
| tree | 61d8fcebabb925456a87671558df035097560329 /pkg/query/outputs.go | |
| parent | f829b01a1c92e788f5114cf66c24856be23ec88f (diff) | |
Resolve multiple todos
Diffstat (limited to 'pkg/query/outputs.go')
| -rw-r--r-- | pkg/query/outputs.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/query/outputs.go b/pkg/query/outputs.go index d1e70e8..e3555c1 100644 --- a/pkg/query/outputs.go +++ b/pkg/query/outputs.go @@ -15,7 +15,6 @@ const DefaultOutputFormat string = "%p %T %d authors:%a tags:%t" type OutputToken uint64 -// TODO: support long token names const ( OUT_TOK_STR OutputToken = iota OUT_TOK_PATH // %p %path @@ -28,7 +27,6 @@ const ( OUT_TOK_META // %m %meta ) -// TODO: change interface to use byte slices type Outputer interface { OutputOne(doc *index.Document) (string, error) OutputOneTo(w io.Writer, doc *index.Document) (int, error) |
