From a4d86693394ba9b181b5928c1c6e8c31c9bb2b64 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 30 Jun 2025 17:18:45 -0400 Subject: Implement compiled query execution --- pkg/query/outputs.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/query/outputs.go') 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 -- cgit v1.2.3