diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-06-30 17:18:45 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-06-30 18:54:51 -0400 |
| commit | a4d86693394ba9b181b5928c1c6e8c31c9bb2b64 (patch) | |
| tree | 8088d8d7c8c835b3e4c3590f1e3875d8e732d8cb /pkg/query/outputs.go | |
| parent | 3168673bc2b57909213287a99b6151b4f1e0c439 (diff) | |
Implement compiled query execution
Diffstat (limited to 'pkg/query/outputs.go')
| -rw-r--r-- | pkg/query/outputs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/query/outputs.go b/pkg/query/outputs.go index 7dac42e..739290e 100644 --- a/pkg/query/outputs.go +++ b/pkg/query/outputs.go @@ -8,7 +8,6 @@ import ( "github.com/jpappel/atlas/pkg/index" ) - const DefaultOutputFormat string = "%p %T %d authors:%a tags:%t" type OutputToken uint64 |
